History log of /PHP-8.3/ext/curl/interface.c (Results 126 – 150 of 533)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1
# d787b0ea 29-Aug-2016 Anatol Belski

ensure null termination


Revision tags: php-7.1.0beta3, php-5.6.25, php-7.0.10
# 1cd6bc64 12-Aug-2016 Stanislav Malyshev

Fix for bug #72807 - do not produce strings with negative length


Revision tags: php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1
# 72dbb7f4 03-Aug-2016 Stanislav Malyshev

Fix bug #72674 - check both curl_escape and curl_unescape


# 30a5ed3a 28-Jul-2016 Pierrick Charron

Fixed bug #71929 (CURLINFO_CERTINFO data parsing error).


# 24d8f6ed 26-Jul-2016 Pierrick Charron

Fixed bug #71709

When curl_setopt is called with an empty slist as value, we should
not add the empty slist to the list of slist to free.


Revision tags: php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38
# 2ca8d85d 13-Jul-2016 Stanislav Malyshev

Fix bug #72541 - size_t overflow lead to heap corruption


# 78d5783b 08-Jul-2016 Julien Pauli

Backported bug #71144 (Segmentation fault when using cURL with ZTS)


Revision tags: php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1, php-7.1.0alpha2, php-7.0.8, php-5.6.23, php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2, php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5
# ad15e1cc 02-Oct-2015 Davey Shafik

Implement curl server push


# 63275a1e 02-Dec-2015 Davey Shafik

Refactor setup of handlers on copied curl handles


# 85e985f1 27-Jun-2016 David Carlier

couple of resource leaks fixes and use after free's


# 3d71c1de 26-Jun-2016 Pierrick Charron

Add curl_multi/share_errno() curl_share_strerror()

Add 3 new functions :
- curl_multi_errno()
- curl_share_errno()
- curl_share_strerror()

https://wiki.php.net/rfc/new-c

Add curl_multi/share_errno() curl_share_strerror()

Add 3 new functions :
- curl_multi_errno()
- curl_share_errno()
- curl_share_strerror()

https://wiki.php.net/rfc/new-curl-error-functions

show more ...


# 323b2733 21-Jun-2016 Dmitry Stogov

Fixed compilation warnings


# 5b81f9d9 07-Jun-2016 Dmitry Stogov

Fixed bug #72202 (curl_close doesn't close cURL handle)
Now curl_close() forces connection close, independently of other links to the same resource.

This reverts commit 3ba4f8263d7940312

Fixed bug #72202 (curl_close doesn't close cURL handle)
Now curl_close() forces connection close, independently of other links to the same resource.

This reverts commit 3ba4f8263d7940312668f4c364c988a67be2461a.

show more ...


# 3c92f113 27-Apr-2016 Pierrick Charron

Expose some of the new curl constants to PHP userspace


# f0a2e8eb 27-Apr-2016 Dmitry Stogov

Removed "zend_fcall_info.function_table". It was assigned in many places, but is never used.


# 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 =\


12345678910>>...22