summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year.Sebastian Bergmann2007-12-313-3/+3
* fix #40831 (cURL extension doesn't clean up the buffer of reused handle)Antony Dovgal2007-03-151-4/+0
* fix #40635 (segfault in cURL extension)Antony Dovgal2007-02-261-4/+11
* fix #40611 (possible cURL memory error)Antony Dovgal2007-02-231-4/+7
* Fixed bug #36248 (CURLOPT_HEADERFUNCTION, couldn't set the function in theIlia Alshanetsky2007-01-121-14/+31
* New curl lib needs CURL_STATICLIB define when linked staticallyEdin Kadribasic2007-01-051-4/+4
* MFH: Bump year.Sebastian Bergmann2007-01-013-3/+3
* MFH: Fixed bug #39354 (Allow building of curl extension against libcurlIlia Alshanetsky2006-11-031-0/+4
* MFH: Fixed bug #39034 (curl_exec() with return transfer returns TRUE onIlia Alshanetsky2006-10-101-0/+2
* MFH: Various security fixesIlia Alshanetsky2006-08-102-2/+15
* - Fix buildMarcus Boerger2006-05-211-0/+1
* MFH: Added control character checks for cURL extension'sIlia Alshanetsky2006-05-211-1/+6
* fix #36223 (curl bypasses open_basedir restrictions)Antony Dovgal2006-01-311-1/+1
* MFH: fix bug #36152 problems with curl+ssl and pgsql+ssl in same PHPMichael Wallner2006-01-261-109/+89
* Fixed bug #35908 (curl extension uses undefined GCRY_THREAD_OPTIONS_USER).Ilia Alshanetsky2006-01-051-1/+1
* bump year and license versionfoobar2006-01-013-12/+12
* MF51: fix #35341 (Fix for bug #33760 breaks build with older curl)Antony Dovgal2005-11-221-4/+4
* - MFH: thread safe SSL crypto locks, fixes bug #33760Michael Wallner2005-11-022-2/+182
* MFH: Additional open_basedir/safe_mode checks.Ilia Alshanetsky2005-10-311-1/+1
* MFH: Further URL validations in safe_mode/open_basedir configs.Ilia Alshanetsky2005-10-171-1/+1
* MFH: Added missing safe_mode checks.Ilia Alshanetsky2005-10-061-1/+1
* MFH: Missing safe_mode/open_basedir checks for file uploads.Ilia Alshanetsky2005-10-051-1/+6
* MFH: fix bug #33222 (segfault when CURL handle is closed in a callback).Antony Dovgal2005-06-022-2/+17
* MFH: - Fixed bug #30609 (cURL functions bypass open_basedir)foobar2005-03-141-3/+32
* MFH fix for bug #31901Rasmus Lerdorf2005-02-091-2/+2
* MFH: - Fixed bug #31413 (curl POSTFIELDS crashes on 64-bit platforms).Joe Orton2005-01-061-3/+3
* MFH: Fixed bug #30613 (Prevent infinite recursion in url redirection).Ilia Alshanetsky2004-11-011-0/+1
* MFH: Fixed bug #30475 (curl_getinfo() may crash in some situations).Ilia Alshanetsky2004-10-181-9/+18
* MFH: Use user_agent ini setting if it's available.Sara Golemon2004-08-311-1/+1
* Removed unneeded bits.Ilia Alshanetsky2004-08-201-3/+0
* MFH: Added more missing cURL options.Ilia Alshanetsky2004-08-201-0/+6
* MFH: Fixed bug #29727 (Added missing CURL authentication directives).Ilia Alshanetsky2004-08-181-0/+21
* mfhSterling Hughes2004-07-011-1/+1
* Make curl compile with the latest win32 libcurlEdin Kadribasic2004-05-131-1/+4
* MFH: Fixed bug #28196 (missing error constants in cURL extension).Ilia Alshanetsky2004-04-291-0/+29
* MFH: Fixes to allow curl extension to compile against libcurl 7.11.1Ilia Alshanetsky2004-03-261-1/+14
* MFH: Add checks of return values from user callback functions.Ilia Alshanetsky2004-03-121-14/+19
* Make curl_setopt($ch,CURLOPT_RETURNTRANSFER,0) reset the RETURNTRANSFER toRasmus Lerdorf2004-03-091-1/+3
* MFH: Fixed bug #27341 (HEAD requests fail to return data).Ilia Alshanetsky2004-02-231-1/+2
* MFH: - Fixed bug #27040 (passing an array of form-fields to CURLOPT_POSTFIELD...foobar2004-01-261-1/+1
* - Fixed ZTS build (Nuked extra TSRMLS_FETCH)foobar2003-10-161-1/+0
* New curl lib needs additional libs to link (#24725)Edin Kadribasic2003-07-221-2/+2
* - CURLOPT_ENCODING is always defined, check the version instead.foobar2003-07-201-2/+2
* Added missing safe_mode checksIlia Alshanetsky2003-06-191-5/+23
* proto fixesAndrey Hristov2003-06-121-2/+2
* MFH: Fixed bug #23539 (curl_exec() produces strange results). (daniel@haxx.se)foobar2003-05-191-2/+2
* MFHIlia Alshanetsky2003-05-091-0/+2
* Fix bug #23048, CURLOPT_ENCODING is not always availablefoobar2003-04-041-2/+6
* MFH. (See bug #21995)foobar2003-04-021-2/+4
* MFH curl detection when multiple installations existWez Furlong2003-03-231-0/+1