summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #22031 (Made curl_write() & curl_write_header() binary safe).Ilia Alshanetsky2003-02-031-2/+2
* Gave the user the ability to specify encoding of the request.Ilia Alshanetsky2003-02-021-1/+3
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-181-18/+9
* Bump year.Sebastian Bergmann2002-12-314-4/+4
* Fixed bug #20987 (no handling for client certificates).Ilia Alshanetsky2002-12-211-0/+1
* Re-enable the curlwrappers configure option.Wez Furlong2002-11-181-5/+5
* Commit these before Sterling renames the files again :-)Wez Furlong2002-11-142-12/+16
* remove C++ commentsSterling Hughes2002-11-141-3/+3
* curl_multi_info_read is unimplemented...Sterling Hughes2002-11-131-0/+3
* add multi support and reorganize things a bit...Sterling Hughes2002-11-137-39/+382
* - Make it rely on cURL version 7.9.8 again, so that we can start with theDerick Rethans2002-11-102-55/+7
* 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
* Really disable curlwrappers configure option.Wez Furlong2002-11-071-3/+3
* Disable --with-curlwrappers.Wez Furlong2002-11-061-2/+9
* 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
* Implement read buffering in streams.Wez Furlong2002-09-231-18/+21
* @- 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
* Implement curl based wrappers.Wez Furlong2002-08-124-1/+443
* 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
* 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
* fix bug #15150, thanks to daniel at haxx.se for the fixSterling Hughes2002-04-031-4/+4
* - Fix for bug #16232 (Patch by Alan Knowles <alan@akbkhome.com>)Derick Rethans2002-03-241-20/+13
* proto fixHartmut Holzgraefe2002-03-231-1/+1
* *** empty log message ***Markus Fischer2002-03-211-1/+1
* proto fixesHartmut Holzgraefe2002-03-181-6/+6
* New PHP streams...Wez Furlong2002-03-151-1/+8
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-8/+1
* hopefully fix --with-openssl issuesSterling Hughes2002-01-271-9/+1
* just init CURL_GLOBAL_SSLSterling Hughes2002-01-221-1/+1
* Avoid a segfault when 0 bytes are returned from a website, and RETURNTRANSFER...Sterling Hughes2001-12-241-2/+2
* Update headers.Sebastian Bergmann2001-12-112-4/+4
* Spaces -> TabsSterling Hughes2001-12-101-1/+1
* Add a content length field to perhaps eliminate null truncationSterling Hughes2001-12-031-1/+3
* Re-add support for HTTP file uploadsSterling Hughes2001-12-031-3/+10
* Unified the configure messages.foobar2001-11-301-1/+2
* Fix a crash bug in CURLOPT_POSTFIELDS by using curl_formadd instead ofSterling Hughes2001-11-201-6/+6
* Improve OpenSSL compatibilityZeev Suraski2001-11-131-1/+9
* "Fix" last commit, to compile cURL with SSL support you must also use theSterling Hughes2001-11-131-1/+1
* Import patch from bug #14023Zeev Suraski2001-11-131-1/+3
* Reverting the last fix for ZTS and adding TSRMLS_FETCH() to make it work.Frank M. Kromann2001-10-181-2/+4
* Adding include path for having curl header and libraries in php_build\curlFrank M. Kromann2001-10-181-8/+8