#
9e709e2f |
| 14-Dec-2017 |
Dmitry Stogov |
Move constants into read-only data segment
|
Revision tags: php-7.1.13RC1, php-7.0.27RC1 |
|
#
aaf00ae0 |
| 03-Dec-2017 |
Anatol Belski |
Fix compat with libcurl 7.56.1+ and file:// wrapper Since 7.52.x libcurl file:// scheme was implemented in a way described in https://tools.ietf.org/html/draft-ietf-appsawg-file-scheme-1
Fix compat with libcurl 7.56.1+ and file:// wrapper Since 7.52.x libcurl file:// scheme was implemented in a way described in https://tools.ietf.org/html/draft-ietf-appsawg-file-scheme-16 . The draft is still not accepted and the change contained a BC breach with win32 path handling. It was reported upstream and 7.52.x fixed it, but the BC breaching behavior was reintroduced in 7.56.1. Thus, it is better to handle this on the PHP side.
show more ...
|
Revision tags: php-7.2.0, php-7.1.12, php-7.0.26 |
|
#
ccc12b82 |
| 16-Nov-2017 |
Dmitry Stogov |
Avoid unnecessary reference-counting on strings.
|
Revision tags: php-7.1.12RC1, php-7.2.0RC6, php-7.0.26RC1, php-7.1.11, php-5.6.32, php-7.2.0RC5, php-7.0.25, php-7.1.11RC1, php-7.2.0RC4, php-7.0.25RC1, php-7.1.10, php-7.2.0RC3, php-7.0.24, php-7.2.0RC2, php-7.1.10RC1, php-7.0.24RC1, php-7.1.9, php-7.2.0RC1, php-7.0.23, php-7.1.9RC1, php-7.2.0beta3, php-7.0.23RC1 |
|
#
513b0093 |
| 06-Aug-2017 |
Xinchen Hui |
Refactor php_url struct to save memory dup in common cases
|
Revision tags: php-7.1.8, php-7.2.0beta2, php-7.0.22, php-7.1.8RC1, php-7.2.0beta1, php-7.0.22RC1, php-5.6.31, php-7.0.21, php-7.1.7, php-7.2.0alpha3 |
|
#
04fb3f28 |
| 25-Jun-2017 |
Tom Van Looy |
Remove superfluous semicolons
|
Revision tags: php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2 |
|
#
40ecad34 |
| 19-Jun-2017 |
Dmitry Stogov |
Fixed wrong usage of old ZPP API.
|
Revision tags: php-7.1.6, php-7.2.0alpha1, php-7.0.20, php-7.1.6RC1, php-7.0.20RC1, php-7.1.5, php-7.0.19, php-7.0.19RC1, php-7.1.5RC1, php-7.1.4, php-7.0.18, php-7.1.4RC1, php-7.0.18RC1, php-7.1.3, php-7.0.17, php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16, php-7.0.16RC1, php-7.1.2RC1, php-5.6.30, php-7.0.15, php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1 |
|
#
dac6c639 |
| 04-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017
|
#
478f119a |
| 04-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017
|
#
9e29f841 |
| 02-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017
|
#
994170ea |
| 28-Dec-2016 |
Sara Golemon |
Migrate curl to new parameters API Plus a handful of char*->zend_string* conversions
|
#
d9c4b49c |
| 25-Dec-2016 |
dedal.qq |
New parsing parameters in curl
|
Revision tags: php-7.1.1 |
|
#
7f29e7c6 |
| 13-Dec-2016 |
dedal.qq |
Interpretation of curl_setopt values for boolean parameters
|
Revision tags: php-5.6.29, php-7.0.14, php-7.1.0, php-5.6.29RC1, php-7.0.14RC1, php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27, php-7.0.12, php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26 |
|
#
44968927 |
| 15-Sep-2016 |
Christoph M. Becker |
Add CURLE_SSL_PINNEDPUBKEYNOTMATCH This error constant is returned on key mismatch when CURLOPT_PINNEDPUBLICKEY is used. As the option had been introduced in PHP 7.0.7, it makes sense to
Add CURLE_SSL_PINNEDPUBKEYNOTMATCH This error constant is returned on key mismatch when CURLOPT_PINNEDPUBLICKEY is used. As the option had been introduced in PHP 7.0.7, it makes sense to also add the related error constant to PHP 7.0+. Cf. <https://curl.haxx.se/libcurl/c/CURLOPT_PINNEDPUBLICKEY.html>.
show more ...
|
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
|