Revision tags: php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1 |
|
#
e71590ef |
| 12-Mar-2004 |
Sterling Hughes |
zval **, not a zval *
|
#
94a1728d |
| 12-Mar-2004 |
Sterling Hughes |
avoid a memory leak when a php_curl handle is allocated, but the initialization of a CURL handle fails.
|
#
177db33c |
| 12-Mar-2004 |
Sterling Hughes |
add the curl_copy_handle() function which will exactly duplicate a cURL handle. Useful when you have multiple "similair" transforms as with a multi handle with only small variances (like the
add the curl_copy_handle() function which will exactly duplicate a cURL handle. Useful when you have multiple "similair" transforms as with a multi handle with only small variances (like the URL)
show more ...
|
#
4eafea27 |
| 12-Mar-2004 |
Ilia Alshanetsky |
Simplify check.
|
#
2c9098a7 |
| 12-Mar-2004 |
Ilia Alshanetsky |
Additional checks of return values from user callback functions.
|
#
ad84ce62 |
| 12-Mar-2004 |
Sterling Hughes |
leave length as -1, no need to strdup()
|
#
1c7ea204 |
| 12-Mar-2004 |
John Coggeshall |
Opps. Shouldn't look at the value, just the type
|
#
4c76273d |
| 12-Mar-2004 |
John Coggeshall |
CURLOPT_INFILE === CURLOPT_READDATA
|
#
2009e4e8 |
| 12-Mar-2004 |
John Coggeshall |
Fixed a crash which happens if your READFUNCTION callback doesn't actually return a string as promised.
|
#
21a7e57a |
| 11-Mar-2004 |
Ilia Alshanetsky |
Fixed memory leak in the multi interface. Fixed proto of curl_multi_exec(). Fixed crash in curl resource attached to curl multi resource is manually freed via curl_close().
|
#
3189068f |
| 09-Mar-2004 |
Rasmus Lerdorf |
Make curl_setopt($ch,CURLOPT_RETURNTRANSFER,0) reset the RETURNTRANSFER to stdout as is implied in the documentation. Currently it simply does absolutely nothing and there is no way to reset
Make curl_setopt($ch,CURLOPT_RETURNTRANSFER,0) reset the RETURNTRANSFER to stdout as is implied in the documentation. Currently it simply does absolutely nothing and there is no way to reset it to stdout.
show more ...
|
Revision tags: RELEASE_0_2_0 |
|
#
11366f48 |
| 23-Feb-2004 |
Ilia Alshanetsky |
Fixed bug #27341 (HEAD requests fail to return data).
|
Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2 |
|
#
f869e198 |
| 26-Jan-2004 |
foobar |
- Fixed compile problem with CURLOPT_HTTPAUTH
|
Revision tags: RELEASE_1_3b6 |
|
#
03e4695d |
| 26-Jan-2004 |
foobar |
- Fixed bug #27040 (passing an array of form-fields to CURLOPT_POSTFIELDS does not work).
|
Revision tags: php_ibase_before_split, php-4.3.5RC1 |
|
#
dbeb4158 |
| 08-Jan-2004 |
Andi Gutmans |
- A belated happy holidays and PHP 5
|
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1, php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7 |
|
#
8767205a |
| 31-Aug-2003 |
Zeev Suraski |
Fix Win32 linkage problems
|
Revision tags: php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2 |
|
#
cc011660 |
| 05-Aug-2003 |
foobar |
Fix the build
|
Revision tags: RELEASE_1_2b5 |
|
#
90b29aa0 |
| 05-Aug-2003 |
Zeev Suraski |
Replace fast_call_user_function() with zend_call_function()
|
#
538d58dd |
| 03-Aug-2003 |
Zeev Suraski |
Use new infrastructure. There are bound to be some messups, please report build/runtime bugs!
|
Revision tags: BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1 |
|
#
12cf3ec3 |
| 28-Jun-2003 |
Derick Rethans |
- Removed duplicate constants
|
#
7886bc93 |
| 19-Jun-2003 |
Edin Kadribasic |
Win32 build fixes
|
#
d81f2e58 |
| 19-Jun-2003 |
Ilia Alshanetsky |
Added missing safe_mode checks. Added support for additional libcurl options. Set CURLOPT_NOSIGNAL by default for ZTS, for signal free operation.
|
Revision tags: php-4.3.3RC1 |
|
#
8eef1521 |
| 18-Jun-2003 |
Sterling Hughes |
recognize CURLOPT_PORT
|
#
03a135a1 |
| 12-Jun-2003 |
Andrey Hristov |
proto fix
|
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers.
|