summaryrefslogtreecommitdiff
path: root/ext/curl/interface.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #33475 (cURL handle is not closed on curl_close().Ilia Alshanetsky2005-06-261-1/+2
* fix bug #33222 (segfault when CURL handle is closed in a callback).Antony Dovgal2005-06-021-6/+21
* 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 #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
* 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
* 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
* 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-121-0/+35
* 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
* Fixed memory leak in the multi interface.Ilia Alshanetsky2004-03-111-2/+5
* Make curl_setopt($ch,CURLOPT_RETURNTRANSFER,0) reset the RETURNTRANSFER toRasmus Lerdorf2004-03-091-0/+2
* 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
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fix Win32 linkage problemsZeev Suraski2003-08-311-0/+3
* Fix the buildfoobar2003-08-051-1/+1
* Replace fast_call_user_function() with zend_call_function()Zeev Suraski2003-08-051-7/+40
* Use new infrastructure.Zeev Suraski2003-08-031-3/+1
* - Removed duplicate constantsDerick Rethans2003-06-281-2/+0
* Win32 build fixesEdin Kadribasic2003-06-191-1/+3
* 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-101-3/+3
* move all the other callbacksSterling Hughes2003-05-211-28/+38
* switch over to using fast_call_user_function() with the callbacksSterling Hughes2003-05-211-31/+36
* apply fix from bug #23539Sterling Hughes2003-05-171-2/+2
* 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-271-8/+7
* WS & CS fixesfoobar2003-03-171-197/+170
* 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-251-2/+2