| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix bug #15150, thanks to daniel at haxx.se for the fix | Sterling Hughes | 2002-04-03 | 1 | -4/+4 |
| | | |||||
| * | - Fix for bug #16232 (Patch by Alan Knowles <alan@akbkhome.com>) | Derick Rethans | 2002-03-24 | 1 | -20/+13 |
| | | |||||
| * | proto fix | Hartmut Holzgraefe | 2002-03-23 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Markus Fischer | 2002-03-21 | 1 | -1/+1 |
| | | |||||
| * | proto fixes | Hartmut Holzgraefe | 2002-03-18 | 1 | -6/+6 |
| | | |||||
| * | New PHP streams... | Wez Furlong | 2002-03-15 | 1 | -1/+8 |
| | | |||||
| * | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -8/+1 |
| | | |||||
| * | hopefully fix --with-openssl issues | Sterling Hughes | 2002-01-27 | 1 | -9/+1 |
| | | |||||
| * | just init CURL_GLOBAL_SSL | Sterling Hughes | 2002-01-22 | 1 | -1/+1 |
| | | |||||
| * | Avoid a segfault when 0 bytes are returned from a website, and ↵ | Sterling Hughes | 2001-12-24 | 1 | -2/+2 |
| | | | | | RETURNTRANSFER is enabled. | ||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
| | | |||||
| * | Spaces -> Tabs | Sterling Hughes | 2001-12-10 | 1 | -1/+1 |
| | | |||||
| * | Add a content length field to perhaps eliminate null truncation | Sterling Hughes | 2001-12-03 | 1 | -1/+3 |
| | | |||||
| * | Re-add support for HTTP file uploads | Sterling Hughes | 2001-12-03 | 1 | -3/+10 |
| | | |||||
| * | Unified the configure messages. | foobar | 2001-11-30 | 1 | -1/+2 |
| | | |||||
| * | Fix a crash bug in CURLOPT_POSTFIELDS by using curl_formadd instead of | Sterling Hughes | 2001-11-20 | 1 | -6/+6 |
| | | | | | | | | curl_formparse Fix a crash bug when CURLOPT_INFILE is not properly specified. | ||||
| * | Improve OpenSSL compatibility | Zeev Suraski | 2001-11-13 | 1 | -1/+9 |
| | | |||||
| * | "Fix" last commit, to compile cURL with SSL support you must also use the | Sterling Hughes | 2001-11-13 | 1 | -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 #14023 | Zeev Suraski | 2001-11-13 | 1 | -1/+3 |
| | | |||||
| * | Reverting the last fix for ZTS and adding TSRMLS_FETCH() to make it work. | Frank M. Kromann | 2001-10-18 | 1 | -2/+4 |
| | | |||||
| * | Adding include path for having curl header and libraries in php_build\curl | Frank M. Kromann | 2001-10-18 | 1 | -8/+8 |
| | | |||||
| * | Fixing ZTS build on win32 | Frank M. Kromann | 2001-10-18 | 1 | -3/+3 |
| | | |||||
| * | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -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 were | Jeroen van Wolffelaar | 2001-09-26 | 1 | -3/+3 |
| | | | | | | substitued weren't zvals | ||||
| * | 3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now. | Jeroen van Wolffelaar | 2001-09-26 | 1 | -3/+3 |
| | | |||||
| * | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -3/+3 |
| | | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
| * | add a 7.9 version check | Sterling Hughes | 2001-09-25 | 1 | -3/+3 |
| | | |||||
| * | fix constant | Sterling Hughes | 2001-09-24 | 1 | -3/+3 |
| | | |||||
| * | fix compile | Sterling Hughes | 2001-09-22 | 2 | -2/+3 |
| | | |||||
| * | update to curl 7.9 (when it comes out :) | Sterling Hughes | 2001-09-22 | 1 | -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 length | Sascha Schumann | 2001-09-10 | 1 | -1/+1 |
| | | |||||
| * | Revert, this is max error size, not strlen(error) | Sterling Hughes | 2001-09-10 | 1 | -1/+1 |
| | | |||||
| * | RETURN_STRING -> RETURN_STRINGL | Sterling Hughes | 2001-09-10 | 1 | -1/+1 |
| | | |||||
| * | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | | |||||
| * | fix curl build for curl >= 7.8 | André Langhorst | 2001-09-08 | 1 | -0/+4 |
| | | |||||
| * | tense, tense, tense | Sterling Hughes | 2001-09-08 | 1 | -1/+1 |
| | | |||||
| * | Fixes commit / link problems with certain compilers. | foobar | 2001-09-05 | 1 | -1/+1 |
| | | | | | | | # Please use PHP_CHECK_LIBRARY() always instead of AC_CHECK_LIB # if you need to pass extra libs/libpaths to the test. | ||||
| * | noet | Sterling Hughes | 2001-08-24 | 1 | -4/+4 |
| | | |||||
| * | Track down a few more functions that don't check for 0 args and use | Rasmus Lerdorf | 2001-08-13 | 1 | -2/+3 |
| | | | | | | faster mechanism | ||||
| * | We don't consistently check for args passed to functions that don't | Rasmus Lerdorf | 2001-08-13 | 1 | -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. | ||||
| * | Fixed bug: #12597. | foobar | 2001-08-06 | 1 | -0/+2 |
| | | |||||
| * | Larger transfer buffer before realloc() this should speed things up a bit | Sterling Hughes | 2001-08-02 | 1 | -0/+3 |
| | | |||||
| * | ws fix | Sterling Hughes | 2001-08-02 | 1 | -1/+0 |
| | | |||||
| * | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -2/+2 |
| | | |||||
| * | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -4/+4 |
| | | |||||
| * | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -1/+0 |
| | | |||||
| * | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -5/+5 |
| | | | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | ||||
| * | Prevent cURl from always outputting the header. Fix bug #12018 | Stanislav Malyshev | 2001-07-18 | 1 | -0/+6 |
| | | |||||
| * | add missing break statements. | Sterling Hughes | 2001-07-13 | 1 | -2/+3 |
| | | |||||
| * | Herr sascha's reccomendation. | Sterling Hughes | 2001-07-11 | 1 | -2/+1 |
| | | |||||
