summaryrefslogtreecommitdiff
path: root/ext/curl/curl.c
Commit message (Collapse)AuthorAgeFilesLines
* add multi support and reorganize things a bit...Sterling Hughes2002-11-131-1216/+0
|
* - Make it rely on cURL version 7.9.8 again, so that we can start with theDerick Rethans2002-11-101-52/+4
| | | | | Release Process.
* add a whole bunch of constants that make the interface somewhat up-to-date.Sterling Hughes2002-11-091-3/+37
|
* add support for curl 7.10.* constants (at least most of them)Sterling Hughes2002-11-081-27/+127
| | | | | add support for persistent connections
* 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 curl based wrappers.Wez Furlong2002-08-121-0/+13
| | | | | | | | | | | | 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
|
* 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
|
* 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 ↵Sterling Hughes2001-12-241-2/+2
| | | | RETURNTRANSFER is enabled.
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* 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
|
* Fix a crash bug in CURLOPT_POSTFIELDS by using curl_formadd instead ofSterling Hughes2001-11-201-6/+6
| | | | | | | curl_formparse Fix a crash bug when CURLOPT_INFILE is not properly specified.
* 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
| | | | | | | | | OpenSSL extension -- sorry... The last commit caused bad things to happen if you were compiling cURL and PHP on Win32 or if you compiled PHP --with-openssl, ie, re-initializing things that were already initialized
* 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
|
* Fixing ZTS build on win32Frank M. Kromann2001-10-181-3/+3
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* Revert macro-subst, because wasn't necessary here, and those who wereJeroen van Wolffelaar2001-09-261-3/+3
| | | | | substitued weren't zvals
* 3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now.Jeroen van Wolffelaar2001-09-261-3/+3
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-3/+3
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* fix constantSterling Hughes2001-09-241-3/+3
|
* fix compileSterling Hughes2001-09-221-2/+2
|
* update to curl 7.9 (when it comes out :)Sterling Hughes2001-09-221-165/+205
| | | | | | | make REGISTER_CURL_CONSTANT() only take one argument couple of speed-up's few style fixes
* Use proper macro to return string with unknown lengthSascha Schumann2001-09-101-1/+1
|
* Revert, this is max error size, not strlen(error)Sterling Hughes2001-09-101-1/+1
|
* RETURN_STRING -> RETURN_STRINGLSterling Hughes2001-09-101-1/+1
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* tense, tense, tenseSterling Hughes2001-09-081-1/+1
|
* noetSterling Hughes2001-08-241-4/+4
|
* Track down a few more functions that don't check for 0 args and useRasmus Lerdorf2001-08-131-2/+3
| | | | | faster mechanism
* We don't consistently check for args passed to functions that don'tRasmus Lerdorf2001-08-131-0/+3
| | | | | | | | | take any args. In some cases we probably want to skip the check for performance reasons, but in other cases where performance is unlikely to be a factor, not throwing a warning on the wrong number of args passed to a function is at best inconsistent, and at worst it could hide a bug. So, add a few such checks. There are still lots of cases out there.
* Larger transfer buffer before realloc() this should speed things up a bitSterling Hughes2001-08-021-0/+3
|
* ws fixSterling Hughes2001-08-021-1/+0
|