History log of /PHP-7.3/ext/curl/interface.c (Results 401 – 425 of 446)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8
# e8f984d7 01-Jul-2004 Sterling Hughes

fix bug wrt to CURLOPT_POSTFIELDS where if you passed it code like:

$fields = array('foo' => 'bar');
curl_setopt($ch, CURLOPT_POSTFIELDS, $fields);
curl_exec($ch);
as opposed to

fix bug wrt to CURLOPT_POSTFIELDS where if you passed it code like:

$fields = array('foo' => 'bar');
curl_setopt($ch, CURLOPT_POSTFIELDS, $fields);
curl_exec($ch);
as opposed to :

curl_setopt($ch, CURLOPT_POSTFIELDS, array('foo' => 'bar'));

you'll get a segv or no results, depending on the mood and cycle of the
moon.

show more ...


Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1
# 6fd3a526 29-Apr-2004 Ilia Alshanetsky

Fixed bug #28196 (missing error constants in cURL extension).


Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5
# 83e9b7ee 22-Mar-2004 Ilia Alshanetsky

Fixes to allow curl extension to compile against libcurl 7.11.1


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.


1...<<1112131415161718