summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Collapse)AuthorAgeFilesLines
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-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.1Ilia Alshanetsky2004-03-221-1/+14
|
* zval **, not a zval *Sterling Hughes2004-03-121-4/+4
|
* avoid a memory leak when a php_curl handle is allocated, but the initializationSterling Hughes2004-03-121-5/+8
| | | | | of a CURL handle fails.
* add the curl_copy_handle() function which will exactly duplicate a cURL handle.Sterling Hughes2004-03-122-0/+36
| | | | | | Useful when you have multiple "similair" transforms as with a multi handle with only small variances (like the URL)
* Simplify check.Ilia Alshanetsky2004-03-121-8/+6
|
* Additional checks of return values from user callback functions.Ilia Alshanetsky2004-03-121-8/+20
|
* leave length as -1, no need to strdup()Sterling Hughes2004-03-121-5/+1
|
* Opps. Shouldn't look at the value, just the typeJohn Coggeshall2004-03-121-1/+1
|
* CURLOPT_INFILE === CURLOPT_READDATAJohn Coggeshall2004-03-121-0/+1
|
* Fixed a crash which happens if your READFUNCTION callback doesn't actuallyJohn Coggeshall2004-03-121-2/+6
| | | | | return a string as promised.
* Readability++Ilia Alshanetsky2004-03-111-3/+3
|
* Fixed memory leak in the multi interface.Ilia Alshanetsky2004-03-113-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 toRasmus Lerdorf2004-03-091-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 Alshanetsky2004-03-091-1/+5
|
* Fixed bug #27341 (HEAD requests fail to return data).Ilia Alshanetsky2004-02-231-1/+2
|
* - Fixed compile problem with CURLOPT_HTTPAUTHfoobar2004-01-261-8/+8
|
* - Fixed bug #27040 (passing an array of form-fields to CURLOPT_POSTFIELDS ↵foobar2004-01-261-1/+1
| | | | does not work).
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-8/+8
|
* Don't even define this.Sara Golemon2004-01-131-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-083-6/+6
|
* copy-n-paste errorWez Furlong2003-12-191-1/+1
|
* Route mkdir()/rmdir() via wrapper ops.Sara Golemon2003-12-131-1/+3
| | | | | | Move current rmdir()/rmdir() code to plain_wrappers.c Implement mkdir()/rmdir() in ftp:// wrapper
* Route rename() via wrapper ops.Sara Golemon2003-12-121-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 systemWez Furlong2003-12-041-0/+20
|
* Silence warning.Ilia Alshanetsky2003-11-171-0/+2
|
* Fix Win32 linkage problemsZeev Suraski2003-08-311-0/+3
|
* Fix the buildfoobar2003-08-052-3/+3
|
* Replace fast_call_user_function() with zend_call_function()Zeev Suraski2003-08-052-18/+51
|
* Use new infrastructure.Zeev Suraski2003-08-031-3/+1
| | | | | There are bound to be some messups, please report build/runtime bugs!
* MFBEdin Kadribasic2003-07-221-2/+2
|
* - Removed duplicate constantsDerick Rethans2003-06-281-2/+0
|
* ZTS FixesEdin Kadribasic2003-06-192-2/+2
|
* Win32 build fixesEdin Kadribasic2003-06-193-5/+7
|
* Added missing safe_mode checks.Ilia Alshanetsky2003-06-191-5/+53
| | | | | | Added support for additional libcurl options. Set CURLOPT_NOSIGNAL by default for ZTS, for signal free operation.
* recognize CURLOPT_PORTSterling Hughes2003-06-181-0/+1
|
* proto fixAndrey Hristov2003-06-121-1/+1
|
* updating license information in the headers.James Cox2003-06-104-12/+12
|
* - Fixed bug #23751: Confusing configure warning concerning required cURLDerick Rethans2003-05-221-1/+1
| | | | | version
* move all the other callbacksSterling Hughes2003-05-211-28/+38
|
* switch over to using fast_call_user_function() with the callbacksSterling Hughes2003-05-212-40/+47
|
* ilia's request is my commandSterling Hughes2003-05-211-2/+2
|
* apply fix from bug #23539Sterling Hughes2003-05-171-2/+2
|
* Setup unlink() method in wrapper_ops structure, implement unlink in ↵Sara Golemon2003-05-141-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 Alshanetsky2003-05-091-0/+2
|
* - Fix non-ZTS build after Sterling's changes to TSRMDerick Rethans2003-04-281-1/+1
|
* use the new TSRMLS_FETCH_FROM_CTX() macroSterling Hughes2003-04-272-8/+8
|
* Added HAVE_CONFIG_H check so the phpize build method worksBrian France2003-04-051-0/+4
|
* forgot to commit this.Sterling Hughes2003-04-041-1/+1
|