summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* fix bug #33222 (segfault when CURL handle is closed in a callback).Antony Dovgal2005-06-022-6/+22
* - Added PHP_INSTALL_HEADERS() macrofoobar2005-05-071-1/+1
* php_error() -> php_error_docref().Ilia Alshanetsky2005-04-211-1/+1
* - Fixed bug #30609 (cURL functions bypass open_basedir)foobar2005-03-141-3/+32
* Fix for bug #31901Rasmus Lerdorf2005-02-091-2/+2
* Fix #31413: curl POSTFIELDS usage on 64-bit platforms.Joe Orton2005-01-051-3/+7
* fix typo so it compilesRob Richards2004-11-181-1/+1
* Added support for better control over FTP encryption protocols.Ilia Alshanetsky2004-11-141-1/+12
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-3/+3
* MFB: Fixed bug #30613 (Prevent infinite recursion in url redirection).Ilia Alshanetsky2004-11-011-0/+1
* Fixed bug #30475 (curl_getinfo() may crash in some situations).Ilia Alshanetsky2004-10-181-9/+18
* fix wrong check from return value, binary content should not be \0'd,Sterling Hughes2004-09-101-1/+1
* Use user_agent ini setting if it's available.Sara Golemon2004-08-311-1/+1
* MFB: Removed unneeded bits.Ilia Alshanetsky2004-08-201-3/+0
* Added more missing cURL options.Ilia Alshanetsky2004-08-201-0/+6
* Fixed bug #29727 (Added missing CURL authentication directives).Ilia Alshanetsky2004-08-181-1/+8
* fix bug wrt to CURLOPT_POSTFIELDS where if you passed it code like:Sterling Hughes2004-07-011-1/+1
* 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