Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | "The Visa to Sibiria" (work in progress) | Hartmut Holzgraefe | 2004-03-23 | 1 | -0/+52 |
| | | | | | | | | | Adding a package.xml to a bundled extension does not only ease the transition to PECL whereever suitable but also allows to build and install an extension as "shared" using the PEAR installer without having to deal with phpize and friends by hand | ||||
* | Fixes to allow curl extension to compile against libcurl 7.11.1 | Ilia Alshanetsky | 2004-03-22 | 1 | -1/+14 |
| | |||||
* | zval **, not a zval * | Sterling Hughes | 2004-03-12 | 1 | -4/+4 |
| | |||||
* | avoid a memory leak when a php_curl handle is allocated, but the initialization | Sterling Hughes | 2004-03-12 | 1 | -5/+8 |
| | | | | | of a CURL handle fails. | ||||
* | add the curl_copy_handle() function which will exactly duplicate a cURL handle. | Sterling Hughes | 2004-03-12 | 2 | -0/+36 |
| | | | | | | Useful when you have multiple "similair" transforms as with a multi handle with only small variances (like the URL) | ||||
* | Simplify check. | Ilia Alshanetsky | 2004-03-12 | 1 | -8/+6 |
| | |||||
* | Additional checks of return values from user callback functions. | Ilia Alshanetsky | 2004-03-12 | 1 | -8/+20 |
| | |||||
* | leave length as -1, no need to strdup() | Sterling Hughes | 2004-03-12 | 1 | -5/+1 |
| | |||||
* | Opps. Shouldn't look at the value, just the type | John Coggeshall | 2004-03-12 | 1 | -1/+1 |
| | |||||
* | CURLOPT_INFILE === CURLOPT_READDATA | John Coggeshall | 2004-03-12 | 1 | -0/+1 |
| | |||||
* | Fixed a crash which happens if your READFUNCTION callback doesn't actually | John Coggeshall | 2004-03-12 | 1 | -2/+6 |
| | | | | | return a string as promised. | ||||
* | Readability++ | Ilia Alshanetsky | 2004-03-11 | 1 | -3/+3 |
| | |||||
* | Fixed memory leak in the multi interface. | Ilia Alshanetsky | 2004-03-11 | 3 | -5/+13 |
| | | | | | | | Fixed proto of curl_multi_exec(). Fixed crash in curl resource attached to curl multi resource is manually freed via curl_close(). | ||||
* | Make curl_setopt($ch,CURLOPT_RETURNTRANSFER,0) reset the RETURNTRANSFER to | Rasmus Lerdorf | 2004-03-09 | 1 | -0/+2 |
| | | | | | | stdout as is implied in the documentation. Currently it simply does absolutely nothing and there is no way to reset it to stdout. | ||||
* | Fixed memory leak with curl_multi_init() de-initialization. | Ilia Alshanetsky | 2004-03-09 | 1 | -1/+5 |
| | |||||
* | Fixed bug #27341 (HEAD requests fail to return data). | Ilia Alshanetsky | 2004-02-23 | 1 | -1/+2 |
| | |||||
* | - Fixed compile problem with CURLOPT_HTTPAUTH | foobar | 2004-01-26 | 1 | -8/+8 |
| | |||||
* | - Fixed bug #27040 (passing an array of form-fields to CURLOPT_POSTFIELDS ↵ | foobar | 2004-01-26 | 1 | -1/+1 |
| | | | | does not work). | ||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -8/+8 |
| | |||||
* | Don't even define this. | Sara Golemon | 2004-01-13 | 1 | -1/+1 |
| | |||||
* | - 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? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 3 | -6/+6 |
| | |||||
* | copy-n-paste error | Wez Furlong | 2003-12-19 | 1 | -1/+1 |
| | |||||
* | Route mkdir()/rmdir() via wrapper ops. | Sara Golemon | 2003-12-13 | 1 | -1/+3 |
| | | | | | | Move current rmdir()/rmdir() code to plain_wrappers.c Implement mkdir()/rmdir() in ftp:// wrapper | ||||
* | Route rename() via wrapper ops. | Sara Golemon | 2003-12-12 | 1 | -1/+2 |
| | | | | | | | Move current rename() code to main/streams/plain_wrapper.c Implement ftp/rename() Implement userstreams/rename() | ||||
* | allow these extensions to build with new system | Wez Furlong | 2003-12-04 | 1 | -0/+20 |
| | |||||
* | Silence warning. | Ilia Alshanetsky | 2003-11-17 | 1 | -0/+2 |
| | |||||
* | Fix Win32 linkage problems | Zeev Suraski | 2003-08-31 | 1 | -0/+3 |
| | |||||
* | Fix the build | foobar | 2003-08-05 | 2 | -3/+3 |
| | |||||
* | Replace fast_call_user_function() with zend_call_function() | Zeev Suraski | 2003-08-05 | 2 | -18/+51 |
| | |||||
* | Use new infrastructure. | Zeev Suraski | 2003-08-03 | 1 | -3/+1 |
| | | | | | There are bound to be some messups, please report build/runtime bugs! | ||||
* | MFB | Edin Kadribasic | 2003-07-22 | 1 | -2/+2 |
| | |||||
* | - Removed duplicate constants | Derick Rethans | 2003-06-28 | 1 | -2/+0 |
| | |||||
* | ZTS Fixes | Edin Kadribasic | 2003-06-19 | 2 | -2/+2 |
| | |||||
* | Win32 build fixes | Edin Kadribasic | 2003-06-19 | 3 | -5/+7 |
| | |||||
* | Added missing safe_mode checks. | Ilia Alshanetsky | 2003-06-19 | 1 | -5/+53 |
| | | | | | | Added support for additional libcurl options. Set CURLOPT_NOSIGNAL by default for ZTS, for signal free operation. | ||||
* | recognize CURLOPT_PORT | Sterling Hughes | 2003-06-18 | 1 | -0/+1 |
| | |||||
* | proto fix | Andrey Hristov | 2003-06-12 | 1 | -1/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 4 | -12/+12 |
| | |||||
* | - Fixed bug #23751: Confusing configure warning concerning required cURL | Derick Rethans | 2003-05-22 | 1 | -1/+1 |
| | | | | | version | ||||
* | move all the other callbacks | Sterling Hughes | 2003-05-21 | 1 | -28/+38 |
| | |||||
* | switch over to using fast_call_user_function() with the callbacks | Sterling Hughes | 2003-05-21 | 2 | -40/+47 |
| | |||||
* | ilia's request is my command | Sterling Hughes | 2003-05-21 | 1 | -2/+2 |
| | |||||
* | apply fix from bug #23539 | Sterling Hughes | 2003-05-17 | 1 | -2/+2 |
| | |||||
* | Setup unlink() method in wrapper_ops structure, implement unlink in ↵ | Sara Golemon | 2003-05-14 | 1 | -1/+3 |
| | | | | plainfiles wrapper, explicitly set method NULL in other wrappers (for now), and rewrite unlink userland function to call into wrapper_ops | ||||
* | Add missing initialization. | Ilia Alshanetsky | 2003-05-09 | 1 | -0/+2 |
| | |||||
* | - Fix non-ZTS build after Sterling's changes to TSRM | Derick Rethans | 2003-04-28 | 1 | -1/+1 |
| | |||||
* | use the new TSRMLS_FETCH_FROM_CTX() macro | Sterling Hughes | 2003-04-27 | 2 | -8/+8 |
| | |||||
* | Added HAVE_CONFIG_H check so the phpize build method works | Brian France | 2003-04-05 | 1 | -0/+4 |
| | |||||
* | forgot to commit this. | Sterling Hughes | 2003-04-04 | 1 | -1/+1 |
| |