summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | stdout as is implied in the documentation. Currently it simply does absolutely nothing and there is no way to reset it to stdout.
* 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 ↵foobar2004-01-261-1/+1
| | | | CURLOPT_POSTFIELDS does not work).
* - 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
|
* MFHIlia Alshanetsky2003-03-131-1/+3
|
* - MFH: Fixed bug #22312 (crash on failed connection when curl_getinfo() was ↵foobar2003-02-281-40/+62
| | | | | | | called). (Phil Oleson <poleson@verio.net>)
* MFHIlia Alshanetsky2003-02-031-2/+2
|
* MFH: Bump year.Sebastian Bergmann2002-12-313-3/+3
|
* MFHIlia Alshanetsky2002-12-211-0/+1
|
* No need to compile this code if curl streams are not enabled, which theyWez Furlong2002-12-091-1/+1
| | | | | cannot be in 4.3 (configure option is disabled and they don't work yet anyway).
* fix memleakSterling Hughes2002-11-271-1/+1
|
* - Make it rely on cURL version 7.9.8 again, so that we can start with theDerick Rethans2002-11-102-55/+7
| | | | | Release Process.
* add a whole bunch of constants that make the interface somewhat up-to-date.Sterling Hughes2002-11-091-3/+37
|
* add check for curl 7.10.2Sterling Hughes2002-11-091-3/+3
|
* add support for curl 7.10.* constants (at least most of them)Sterling Hughes2002-11-082-27/+128
| | | | | add support for persistent connections
* Really disable curlwrappers configure option.Wez Furlong2002-11-071-3/+3
|
* Disable --with-curlwrappers.Wez Furlong2002-11-061-2/+9
| | | | | (Pending support from libcurl itself)
* Fixed ZTS build.Ilia Alshanetsky2002-10-221-0/+1
|
* no need to double fetchSterling Hughes2002-10-211-3/+2
|
* - Added CURLOPT_FTP_USE_EPSV option. (Patch by Alex HowanskyDerick Rethans2002-10-021-0/+2
| | | | | <alex@wankwood.com>)
* Implement read buffering in streams.Wez Furlong2002-09-231-18/+21
| | | | | | | | | | | | Eliminate similar code from network.c. Implement fgets equivalent at the streams level, which can detect the mac, dos and unix line endings and handle them appropriately. The default behaviour is unix (and dos) line endings. An ini option to control this behaviour will follow. # Don't forget to make clean! # I've done some testing but would appreciate feedback from # people with scripts/extensions that seek around a lot.
* @- Added --disable-all configure option. (Jani)foobar2002-09-041-1/+1
|
* @- PHP's cURL extention now requires cURL version 7.9.8 (Derick)Derick Rethans2002-08-251-3/+3
| | | | | - Bump up required version number of cURL to 7.9.8
* Implement curl based wrappers.Wez Furlong2002-08-124-1/+443
| | | | | | | | | | | | Currently read-only, and http is the only thing tested. Because of this, using them can be controlled by configure: --with-curlwrappers Use CURL for url streams Not for production use... This enables http, https, ftp and ldap protocols as streams.
* add support for the curl dns cacheSterling Hughes2002-07-311-222/+228
|
* - Fix bug: #18509, e.g. setting CURLOPT_BINARYTRANSFER succeeds always.foobar2002-07-261-3/+6
| | | | | - Also set the binary mode ONLY if the passed value is true..
* Fixed bug: #18250foobar2002-07-111-5/+4
|
* formatting fixesSterling Hughes2002-07-031-50/+61
|
* fix bug #17963Sterling Hughes2002-07-031-3/+9
|
* Unify error messagesDerick Rethans2002-06-261-10/+10
|