summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #28196 (missing error constants in cURL extension).Ilia Alshanetsky2004-04-291-0/+19
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+52
* Fixes to allow curl extension to compile against libcurl 7.11.1Ilia Alshanetsky2004-03-221-1/+14
* zval **, not a zval *Sterling Hughes2004-03-121-4/+4
* avoid a memory leak when a php_curl handle is allocated, but the initializationSterling Hughes2004-03-121-5/+8
* add the curl_copy_handle() function which will exactly duplicate a cURL handle.Sterling Hughes2004-03-122-0/+36
* Simplify check.Ilia Alshanetsky2004-03-121-8/+6
* Additional checks of return values from user callback functions.Ilia Alshanetsky2004-03-121-8/+20
* leave length as -1, no need to strdup()Sterling Hughes2004-03-121-5/+1
* Opps. Shouldn't look at the value, just the typeJohn Coggeshall2004-03-121-1/+1
* CURLOPT_INFILE === CURLOPT_READDATAJohn Coggeshall2004-03-121-0/+1
* Fixed a crash which happens if your READFUNCTION callback doesn't actuallyJohn Coggeshall2004-03-121-2/+6
* Readability++Ilia Alshanetsky2004-03-111-3/+3
* Fixed memory leak in the multi interface.Ilia Alshanetsky2004-03-113-5/+13
* Make curl_setopt($ch,CURLOPT_RETURNTRANSFER,0) reset the RETURNTRANSFER toRasmus Lerdorf2004-03-091-0/+2
* Fixed memory leak with curl_multi_init() de-initialization.Ilia Alshanetsky2004-03-091-1/+5
* Fixed bug #27341 (HEAD requests fail to return data).Ilia Alshanetsky2004-02-231-1/+2
* - Fixed compile problem with CURLOPT_HTTPAUTHfoobar2004-01-261-8/+8
* - Fixed bug #27040 (passing an array of form-fields to CURLOPT_POSTFIELDS doe...foobar2004-01-261-1/+1
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-8/+8
* 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