History log of /PHP-7.4/ext/curl/interface.c (Results 76 – 100 of 468)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a2d78d1a 24-Apr-2016 Pierrick Charron

Fixed bug #68658 (Define CURLE_SSL_CACERT_BADFILE)


# 02766d01 13-Apr-2016 Dominic Luechinger

Adds new curl option CURLOPT_SSL_VERIFYSTATUS to enable OCSP verification


# efacdc35 18-Mar-2016 Michael Sierks

FIX #71831: CURLOPT_NOPROXY applied as long instead of string

The CURLOPT_NOPROXY option value is converted to a long before
being applied as a curl option. This causes the option to hav

FIX #71831: CURLOPT_NOPROXY applied as long instead of string

The CURLOPT_NOPROXY option value is converted to a long before
being applied as a curl option. This causes the option to have
no effect. This patch changes this conversion to a string.

show more ...


# c67c166f 02-Mar-2016 Dmitry Stogov

Removed zend_fcall_info.symbol_table


# 0bbea605 01-Mar-2016 mpyw

Fix bug #71694

Exports contants CURLM_ADDED_ALREADY.


# 9afb29aa 18-Feb-2016 Stanislav Malyshev

Remove TSRMLS_* from code, they are not used anymore


# 3ef57f8d 08-Feb-2016 Leigh

Fixed memory leak in curl_getinfo()

The "v ? v" in the CAASTR macro caused zend_string_copy to be
called twice


# 5fdfab74 05-Feb-2016 Xinchen Hui

Fixed bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes while curl_multi_exec)


# 3a2c9e6e 03-Feb-2016 Antony Dovgal

fix build

sorry about that =\


# 0d593b29 03-Feb-2016 Antony Dovgal

fix build

sorry about that =\


# 52e120fa 03-Feb-2016 Antony Dovgal

use correct element size, avoid reading stack


# 6d87eb27 03-Feb-2016 Antony Dovgal

use correct element size, avoid reading stack


# 49493a2d 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


# 2453a48a 27-Dec-2015 Xinchen Hui

Fixed bug #71225 (curl_setopt() fails to set CURLOPT_POSTFIELDS with reference to CURLFile)


# 618b9611 25-Dec-2015 Tom Van Looy

Remove leftovers of TSRMLS in code


# 8f9af36d 18-Dec-2015 Xinchen Hui

Fixed bug #71144 (Sementation fault when using cURL with ZTS)


Revision tags: php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29
# 9ec6a44c 02-Sep-2015 Davey Shafik

Add CURLPIPE_* constants to properly expose HTTP/2 multiplexing


Revision tags: php-5.4.45
# 4df6f264 23-Aug-2015 Xinchen Hui

Fixed bug #70330 (Segmentation Fault with multiple "curl_copy_handle")


Revision tags: php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44
# 6c0feb06 30-Jul-2015 Xinchen Hui

Fixed bug #70163 (curl_setopt_array() type confusion)


Revision tags: php-5.6.12RC1, php-7.0.0beta2
# 9db46a39 13-Jul-2015 Anatol Belski

remove #ifdef


# b19aea37 13-Jul-2015 Anatol Belski

remove comment, it's not right


# cefd0107 13-Jul-2015 Anatol Belski

Fixed bug #70065 curl_getinfo() returns corrupted values


Revision tags: php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# 4a2e40bb 30-Jun-2015 Dmitry Stogov

Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).


# 4bd22cf1 29-Jun-2015 Dmitry Stogov

Improved zend_string API (Francois Laupretre)

Squashed commit of the following:

commit d96eab8d79b75ac83d49d49ae4665f948d15a804
Author: Francois Laupretre <francois@tekwire.net>

Improved zend_string API (Francois Laupretre)

Squashed commit of the following:

commit d96eab8d79b75ac83d49d49ae4665f948d15a804
Author: Francois Laupretre <francois@tekwire.net>
Date: Fri Jun 26 01:23:31 2015 +0200

Use the new 'ZSTR' macros in the rest of the code.

Does not change anything to the generated code (thanks to compat macros) but cleaner.

commit b3526439104ac7a89a8e0c79dbebf33b22bd01b8
Author: Francois Laupretre <francois@tekwire.net>
Date: Thu Jun 25 13:45:06 2015 +0200

Improve zend_string API

Add missing methods

show more ...


Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2
# b7e477a8 14-Jun-2015 Xinchen Hui

Fixed bug #69831 (Segmentation fault in curl_getinfo)


12345678910>>...19