Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSL | SVN Migration | 2006-10-15 | 1 | -179/+0 |
| | |||||
* | MFH: decrement ch->uses (or destroy handle) when destroying multi handle | Antony Dovgal | 2006-10-05 | 1 | -0/+1 |
| | |||||
* | cURL extension news. | Ilia Alshanetsky | 2006-01-24 | 1 | -0/+7 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Darwin seems to like this much better. | George Schlossnagle | 2005-07-15 | 1 | -2/+2 |
| | |||||
* | fix bug #33222 (segfault when CURL handle is closed in a callback). | Antony Dovgal | 2005-06-02 | 1 | -0/+1 |
| | | | | | fix segfaults when CURL callback functions throw exception. | ||||
* | add the curl_copy_handle() function which will exactly duplicate a cURL handle. | Sterling Hughes | 2004-03-12 | 1 | -0/+1 |
| | | | | | | Useful when you have multiple "similair" transforms as with a multi handle with only small variances (like the URL) | ||||
* | Fixed memory leak in the multi interface. | Ilia Alshanetsky | 2004-03-11 | 1 | -0/+1 |
| | | | | | | | Fixed proto of curl_multi_exec(). Fixed crash in curl resource attached to curl multi resource is manually freed via curl_close(). | ||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Fix the build | foobar | 2003-08-05 | 1 | -2/+2 |
| | |||||
* | Replace fast_call_user_function() with zend_call_function() | Zeev Suraski | 2003-08-05 | 1 | -11/+11 |
| | |||||
* | ZTS Fixes | Edin Kadribasic | 2003-06-19 | 1 | -1/+1 |
| | |||||
* | Win32 build fixes | Edin Kadribasic | 2003-06-19 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | switch over to using fast_call_user_function() with the callbacks | Sterling Hughes | 2003-05-21 | 1 | -9/+11 |
| | |||||
* | use the new TSRMLS_FETCH_FROM_CTX() macro | Sterling Hughes | 2003-04-27 | 1 | -0/+1 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | add multi support and reorganize things a bit... | Sterling Hughes | 2002-11-13 | 1 | -4/+35 |
| | |||||
* | add support for curl 7.10.* constants (at least most of them) | Sterling Hughes | 2002-11-08 | 1 | -0/+1 |
| | | | | | add support for persistent connections | ||||
* | Implement curl based wrappers. | Wez Furlong | 2002-08-12 | 1 | -0/+32 |
| | | | | | | | | | | | | 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. | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | fix compile | Sterling Hughes | 2001-09-22 | 1 | -0/+1 |
| | |||||
* | @ Fixed a crash when using the CURLOPT_WRITEHEADER option. (Sterling) | Sterling Hughes | 2001-06-25 | 1 | -1/+1 |
| | | | | | | # 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 | ||||
* | winsock is already initialized in an higher version by php | Daniel Beulshausen | 2001-05-17 | 1 | -1/+0 |
| | |||||
* | Add a compile check for the cURL version and fix the compile in general. | Sterling Hughes | 2001-05-16 | 1 | -0/+1 |
| | |||||
* | leftovers..... | Sterling Hughes | 2001-05-14 | 1 | -0/+1 |
| | |||||
* | Make it compile with the latest cURL cvs, heck it even works. | Sterling Hughes | 2001-05-04 | 1 | -4/+6 |
| | |||||
* | # Ok, big ass change list. Most of the changes are NEW's worthy, so | Sterling Hughes | 2001-04-30 | 1 | -10/+39 |
| | | | | | | | | | | | | | | | | | # 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) | ||||
* | # Actually fix the bug this time (I fixed another bug last time :) | Sterling Hughes | 2001-04-28 | 1 | -0/+1 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | 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 | -10/+0 |
| | |||||
* | take out emtpy struct | Daniel Beulshausen | 2001-01-12 | 1 | -2/+0 |
| | | | | | # vc chokes on them | ||||
* | Fix memory leaks in cURL. | Stanislav Malyshev | 2000-11-22 | 1 | -0/+1 |
| | | | | | cURL doesn't free strings we pass to him, so let PHP do it. | ||||
* | New e-mail address. | Sterling Hughes | 2000-10-27 | 1 | -1/+1 |
| | |||||
* | Fix CURLOPT_REFERER. | Sterling Hughes | 2000-10-20 | 1 | -1/+4 |
| | | | | | | | | | | @ Added the curl_getinfo() function to find out information about a CURL transfer. This function requires cURL 4.0 or above. (Sterling) @ Added the CURLOPT_KRB4, CURLOPT_INTERFACE, CURLOPT_QUOTE, CURLOPT_POSTQUOTE, CURLOPT_QUOTE and CURLOPT_HTTPPROXYTUNNELL options. (Sterling) | ||||
* | @ Added the ability for CURLOPT_POSTFIELDS to accept an array of HTTP post | Sterling Hughes | 2000-09-30 | 1 | -48/+6 |
| | | | | | | | | | | | | | | | parameters. (Sterling) @ Added the CURLOPT_HTTPHEADER option that allows for the posting of HTTP headers to a remote site from cURL. (Sterling) @ Add the curl_error() and curl_errno() functions. (Sterling) Buncha other changes... - Changed if () else if () in curl_setopt to switch .. case - Fixed a couple crashes in certain cases. - Finally a decent error reporting scheme. - A few formatting changes. | ||||
* | Fix up the implementation. | Sterling Hughes | 2000-08-27 | 1 | -6/+7 |
| | | | | | # it was getting hacky already. | ||||
* | Bunch o' changes.. | Sterling Hughes | 2000-08-20 | 1 | -3/+5 |
| | | | | | | | | | - Add the ability to return the web page into a variable by setting the CURLOPT_RETURNTRANSFER constant to 1. - Make everything conform to the naming guidelines. - Delete the resource id from the file_id table when a resource is closed. | ||||
* | Purely cosmetic. | Sterling Hughes | 2000-08-18 | 1 | -4/+3 |
| | |||||
* | ts issues. | Sterling Hughes | 2000-08-17 | 1 | -1/+7 |
| | |||||
* | Leftovers... | Sterling Hughes | 2000-08-15 | 1 | -1/+2 |
| | |||||
* | This fixes to problems: | Sterling Hughes | 2000-08-15 | 1 | -0/+2 |
| | | | | | | | | | | - Apache not having the output go to stdout in some cases. - Output being displayed before the header is displayed. And causes the following: - *Slightly* slower cURL transfers. | ||||
* | - Fix spacing. | Sterling Hughes | 2000-08-13 | 1 | -7/+53 |
| | | | | | - Add error constants. | ||||
* | Trivial change to add access to CURL version information for | Kristian Köhntopp | 2000-07-25 | 1 | -1/+2 |
| | | | | | user programs in order to have them react appropriately. | ||||
* | 1. Move from experimental -> production | Sterling Hughes | 2000-07-24 | 1 | -0/+14 |
| | | | | | | | 2. Thread safety 3. Set some initial options 4. Redo the placement of some functions and options. | ||||
* | Add CURL support (http://curl.haxx.se). | Sterling Hughes | 2000-07-16 | 1 | -0/+45 |
# Currently pretty experimental, and labeled so, it # only really works with the CGI version. I wanted # to get the sources in CVS, so I could give a # reference point for some issues, and get more # extensive testing... # # Does anyone know how long it is going to be till # the next minor release? |