summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* Don't even define this.Sara Golemon2004-01-131-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-083-6/+6
* copy-n-paste errorWez Furlong2003-12-191-1/+1
* Route mkdir()/rmdir() via wrapper ops.Sara Golemon2003-12-131-1/+3
* Route rename() via wrapper ops.Sara Golemon2003-12-121-1/+2
* allow these extensions to build with new systemWez Furlong2003-12-041-0/+20
* Silence warning.Ilia Alshanetsky2003-11-171-0/+2
* Fix Win32 linkage problemsZeev Suraski2003-08-311-0/+3
* Fix the buildfoobar2003-08-052-3/+3
* Replace fast_call_user_function() with zend_call_function()Zeev Suraski2003-08-052-18/+51
* Use new infrastructure.Zeev Suraski2003-08-031-3/+1
* MFBEdin Kadribasic2003-07-221-2/+2
* - Removed duplicate constantsDerick Rethans2003-06-281-2/+0
* ZTS FixesEdin Kadribasic2003-06-192-2/+2
* Win32 build fixesEdin Kadribasic2003-06-193-5/+7
* Added missing safe_mode checks.Ilia Alshanetsky2003-06-191-5/+53
* recognize CURLOPT_PORTSterling Hughes2003-06-181-0/+1
* proto fixAndrey Hristov2003-06-121-1/+1
* updating license information in the headers.James Cox2003-06-104-12/+12
* - Fixed bug #23751: Confusing configure warning concerning required cURLDerick Rethans2003-05-221-1/+1
* move all the other callbacksSterling Hughes2003-05-211-28/+38
* switch over to using fast_call_user_function() with the callbacksSterling Hughes2003-05-212-40/+47
* ilia's request is my commandSterling Hughes2003-05-211-2/+2
* apply fix from bug #23539Sterling Hughes2003-05-171-2/+2
* Setup unlink() method in wrapper_ops structure, implement unlink in plainfile...Sara Golemon2003-05-141-1/+3
* Add missing initialization.Ilia Alshanetsky2003-05-091-0/+2
* - Fix non-ZTS build after Sterling's changes to TSRMDerick Rethans2003-04-281-1/+1
* use the new TSRMLS_FETCH_FROM_CTX() macroSterling Hughes2003-04-272-8/+8
* Added HAVE_CONFIG_H check so the phpize build method worksBrian France2003-04-051-0/+4
* forgot to commit this.Sterling Hughes2003-04-041-1/+1
* add the ability for curl_multi_info to introspect the handles.Sterling Hughes2003-04-021-1/+1
* Fix curl detection when multiple installations existWez Furlong2003-03-231-0/+1
* WS & CS fixesfoobar2003-03-173-239/+211
* proto fixesHartmut Holzgraefe2003-03-171-2/+5
* Fixed bug #22681 (Crash when reading from invalid file pointer).Ilia Alshanetsky2003-03-131-1/+3
* - Fixed bug #22312 (crash on failed connection when curl_getinfo() was called).foobar2003-02-281-40/+62
* (hope) fix some win32 build errorsfoobar2003-02-252-3/+16
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-162-2/+2
* Fixed bug #22031 (Made curl_write() & curl_write_header() binary safe).Ilia Alshanetsky2003-02-031-2/+2
* Gave the user the ability to specify encoding of the request.Ilia Alshanetsky2003-02-021-1/+3
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-181-18/+9
* Bump year.Sebastian Bergmann2002-12-314-4/+4
* Fixed bug #20987 (no handling for client certificates).Ilia Alshanetsky2002-12-211-0/+1
* Re-enable the curlwrappers configure option.Wez Furlong2002-11-181-5/+5
* Commit these before Sterling renames the files again :-)Wez Furlong2002-11-142-12/+16
* remove C++ commentsSterling Hughes2002-11-141-3/+3
* curl_multi_info_read is unimplemented...Sterling Hughes2002-11-131-0/+3
* add multi support and reorganize things a bit...Sterling Hughes2002-11-137-39/+382
* - Make it rely on cURL version 7.9.8 again, so that we can start with theDerick Rethans2002-11-102-55/+7