summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Revert macro-subst, because wasn't necessary here, and those who wereJeroen van Wolffelaar2001-09-261-3/+3
* 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 isn'...Jeroen van Wolffelaar2001-09-251-3/+3
* add a 7.9 version checkSterling Hughes2001-09-251-3/+3
* fix constantSterling Hughes2001-09-241-3/+3
* fix compileSterling Hughes2001-09-222-2/+3
* update to curl 7.9 (when it comes out :)Sterling Hughes2001-09-221-165/+205
* 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
* fix curl build for curl >= 7.8André Langhorst2001-09-081-0/+4
* tense, tense, tenseSterling Hughes2001-09-081-1/+1
* Fixes commit / link problems with certain compilers.foobar2001-09-051-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
* We don't consistently check for args passed to functions that don'tRasmus Lerdorf2001-08-131-0/+3
* Fixed bug: #12597.foobar2001-08-061-0/+2
* Larger transfer buffer before realloc() this should speed things up a bitSterling Hughes2001-08-021-0/+3
* ws fixSterling Hughes2001-08-021-1/+0
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-2/+2
* Zend compatibility patchZeev Suraski2001-07-301-4/+4
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-1/+0
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-5/+5
* Prevent cURl from always outputting the header. Fix bug #12018Stanislav Malyshev2001-07-181-0/+6
* add missing break statements.Sterling Hughes2001-07-131-2/+3
* Herr sascha's reccomendation.Sterling Hughes2001-07-111-2/+1
* Return proper length, thanks for excellent reports by Colin.Sterling Hughes2001-07-111-0/+3
* fix.Sterling Hughes2001-07-111-1/+1
* # I think i am quite stupid.Sterling Hughes2001-07-101-1/+1
* If the transfer fails, still free the buffer if it exists.Sterling Hughes2001-07-101-0/+2
* Fix possible corruption problem with curl_errno() and curl_error()Sterling Hughes2001-07-021-1/+3
* Fix mispell.Sterling Hughes2001-07-021-1/+1
* @ Fixed a crash when using the CURLOPT_WRITEHEADER option. (Sterling)Sterling Hughes2001-06-252-59/+91
* (PHP curl_setopt) fix CURLOPT_HTTPHEADER crasher (Stig)Stig Bakken2001-06-121-1/+2
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-3/+45
* Speed up data being sent to stdoutSterling Hughes2001-05-271-7/+3
* curl-config tells us which libraries it has compiled with. So we should use it.foobar2001-05-271-3/+4
* .Sterling Hughes2001-05-271-1/+1
* so says sniper, and so it shall be.Sterling Hughes2001-05-271-1/+1
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+3
* winsock is already initialized in an higher version by phpDaniel Beulshausen2001-05-172-48/+1