Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix. | Sterling Hughes | 2001-07-11 | 1 | -1/+1 | |
| | ||||||
* | # I think i am quite stupid. | Sterling Hughes | 2001-07-10 | 1 | -1/+1 | |
| | ||||||
* | If the transfer fails, still free the buffer if it exists. | Sterling Hughes | 2001-07-10 | 1 | -0/+2 | |
| | ||||||
* | Fix possible corruption problem with curl_errno() and curl_error() | Sterling Hughes | 2001-07-02 | 1 | -1/+3 | |
| | ||||||
* | Fix mispell. | Sterling Hughes | 2001-07-02 | 1 | -1/+1 | |
| | ||||||
* | @ Fixed a crash when using the CURLOPT_WRITEHEADER option. (Sterling) | Sterling Hughes | 2001-06-25 | 1 | -58/+90 | |
| | | | | | | # Folks please test, I've tested a limited amount of test cases, however, # this change is far reaching, so I couldn't test all the necessary things | |||||
* | (PHP curl_setopt) fix CURLOPT_HTTPHEADER crasher (Stig) | Stig Bakken | 2001-06-12 | 1 | -1/+2 | |
| | ||||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 | |
| | ||||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -3/+45 | |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | |||||
* | Speed up data being sent to stdout | Sterling Hughes | 2001-05-27 | 1 | -7/+3 | |
| | ||||||
* | . | Sterling Hughes | 2001-05-27 | 1 | -1/+1 | |
| | ||||||
* | so says sniper, and so it shall be. | Sterling Hughes | 2001-05-27 | 1 | -1/+1 | |
| | ||||||
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+3 | |
| | ||||||
* | winsock is already initialized in an higher version by php | Daniel Beulshausen | 2001-05-17 | 1 | -47/+1 | |
| | ||||||
* | Add a compile check for the cURL version and fix the compile in general. | Sterling Hughes | 2001-05-16 | 1 | -1/+1 | |
| | ||||||
* | Register the binary transfer option | Sterling Hughes | 2001-05-14 | 1 | -5/+15 | |
| | ||||||
* | fix crash bug | Sterling Hughes | 2001-05-06 | 1 | -13/+16 | |
| | ||||||
* | Make it compile with the latest cURL cvs, heck it even works. | Sterling Hughes | 2001-05-04 | 1 | -49/+56 | |
| | ||||||
* | - Fix possible buffer overflow. Always better to use strlcpy() instead | Andi Gutmans | 2001-05-02 | 1 | -1/+1 | |
| | | | | | of strncpy() | |||||
* | remove last minute garbage that snuck in... | Sterling Hughes | 2001-04-30 | 1 | -1/+1 | |
| | ||||||
* | Add some missing constants. | Sterling Hughes | 2001-04-30 | 1 | -0/+3 | |
| | ||||||
* | # Ok, big ass change list. Most of the changes are NEW's worthy, so | Sterling Hughes | 2001-04-30 | 1 | -530/+682 | |
| | | | | | | | | | | | | | | | | | # I'll enter them directly there, not here.... The non-newsworthy code # is: Added REGISTER_CURL_CONSTANT() a wrapper around REGISTER_LONG_CONSTANT() Re-vamp the internal php_curl structure. Properly free allocated slist's and HttpPost structures many whitespace changes speed improvements (in the post handling and slist area's) # Furthermore, as a side note, while the code I'm committing is correct, # no one will be able to compile it yet and test it, as it requires a # patched version of curl (if you really want to try it out and can't # wait a day or two, send me a private mail) | |||||
* | fix win32 build | Daniel Beulshausen | 2001-04-30 | 1 | -1/+1 | |
| | ||||||
* | # Actually fix the bug this time (I fixed another bug last time :) | Sterling Hughes | 2001-04-28 | 1 | -3/+5 | |
| | ||||||
* | fix bug #10541 | Sterling Hughes | 2001-04-28 | 1 | -2/+6 | |
| | ||||||
* | Fixed a crash bug. | Sterling Hughes | 2001-04-24 | 1 | -7/+1 | |
| | | | | | Return the proper amount. | |||||
* | remove some unneccessary casts, remove unneccessary error casts, standardize | Sterling Hughes | 2001-03-20 | 1 | -64/+64 | |
| | | | | | the coding format for some of the stuff. | |||||
* | Remove some unnecessary error checking | Sterling Hughes | 2001-03-20 | 1 | -8/+0 | |
| | ||||||
* | add a warn not available for curl_getinfo(). | Sterling Hughes | 2001-03-03 | 1 | -28/+26 | |
| | | | | | remove unneccessary error checking. | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 | |
| | ||||||
* | Fixed a typo in constant definitions and a possible crash in curl_setopt(). | foobar | 2001-02-16 | 1 | -5/+13 | |
| | | | | | # pr: #9181 | |||||
* | Change e-mail address | Sterling Hughes | 2001-02-15 | 1 | -1/+1 | |
| | | | | | | # Can I get someone to change my cvsusers e-mail address to # sterling@designmultimedia.com? | |||||
* | Make daniel's changes work in ZTS mode... | Sterling Hughes | 2001-01-12 | 1 | -8/+2 | |
| | ||||||
* | Fix pr #8305. | foobar | 2001-01-03 | 1 | -1/+1 | |
| | ||||||
* | Heads up people! | Zeev Suraski | 2000-12-22 | 1 | -3/+2 | |
| | | | | | | Updated the get_current_key() API - the relevant authors, please take a look at the updated code and make sure it's ok... | |||||
* | Kill warning | Stanislav Malyshev | 2000-12-13 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #8145 | foobar | 2000-12-07 | 1 | -0/+1 | |
| | ||||||
* | close the filehandle if it is a tempfile. | Sterling Hughes | 2000-12-04 | 1 | -2/+14 | |
| | ||||||
* | Revert bad commit. | foobar | 2000-11-23 | 1 | -2/+2 | |
| | | | | | # And now I'm ready to sleep.. | |||||
* | Fixed some compile warnings. | foobar | 2000-11-23 | 1 | -2/+3 | |
| | ||||||
* | Fix memory leaks in cURL. | Stanislav Malyshev | 2000-11-22 | 1 | -0/+8 | |
| | | | | | cURL doesn't free strings we pass to him, so let PHP do it. | |||||
* | Hmmm, that wasn't good. | Sterling Hughes | 2000-11-22 | 1 | -1/+0 | |
| | ||||||
* | Remove duplicates (when curl-7.4.1 is used). | foobar | 2000-11-09 | 1 | -2/+0 | |
| | ||||||
* | Fix the other part... | Sterling Hughes | 2000-11-05 | 1 | -2/+2 | |
| | ||||||
* | This should fix the garbage. | Sterling Hughes | 2000-11-05 | 1 | -2/+2 | |
| | ||||||
* | Fix crash from #7577 (torben@php.net) | Stanislav Malyshev | 2000-11-05 | 1 | -0/+4 | |
| | ||||||
* | New e-mail address. | Sterling Hughes | 2000-10-27 | 1 | -1/+1 | |
| | ||||||
* | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -1/+1 | |
| | ||||||
* | Makes curl extension compile again plus some typo fixes. | foobar | 2000-10-22 | 1 | -2/+5 | |
| | ||||||
* | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -2/+3 | |
| | | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei) |