History log of /PHP-8.2/ext/curl/interface.c (Results 176 – 200 of 615)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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 ...

# 2c5704bd 29-Apr-2016 Anatol Belski

Merge branch 'PHP-7.0'

* PHP-7.0:
fix test
Expose some of the new curl constants to PHP userspace


# 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.

# 62240f26 24-Apr-2016 Pierrick Charron

Merge branch 'PHP-7.0'


# a2d78d1a 24-Apr-2016 Pierrick Charron

Fixed bug #68658 (Define CURLE_SSL_CACERT_BADFILE)

# e015faaf 16-Apr-2016 Anatol Belski

Merge branch 'PHP-7.0'

* PHP-7.0:
Adds new curl option CURLOPT_SSL_VERIFYSTATUS to enable OCSP verification
Add test for bug #72028


# 02766d01 13-Apr-2016 Dominic Luechinger

Adds new curl option CURLOPT_SSL_VERIFYSTATUS to enable OCSP verification

# 63958350 21-Mar-2016 Xinchen Hui

Merge branch 'PHP-7.0'

* PHP-7.0:
Update NEWS
Update NEWS for efacdc3
FIX #71831: CURLOPT_NOPROXY applied as long instead of string


# ead0dfc3 21-Mar-2016 Xinchen Hui

Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
Update NEWS for efacdc3
FIX #71831: CURLOPT_NOPROXY applied as long instead of string


# 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

# dea2e1bc 01-Mar-2016 Nikita Popov

Merge branch 'PHP-5.6' into PHP-7.0


# 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

# 095096c7 05-Feb-2016 Xinchen Hui

Merge branch 'PHP-5.6' into PHP-7.0

Conflicts:
ext/curl/interface.c


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

# 52e120fa 03-Feb-2016 Antony Dovgal

use correct element size, avoid reading stack

# ed35de78 01-Jan-2016 Lior Kaplan

Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
Happy new year (Update copyright to 2016)


# 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)

# 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

12345678910>>...25