#
179ca2bf |
| 14-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Fix GH-16802: open_basedir bypass using curl extension And fix a memleak while here. Closes GH-16804.
|
#
383d1b03 |
| 18-Jul-2024 |
David Carlier |
Merge branch 'PHP-8.2' into PHP-8.3
|
#
efd00b8f |
| 16-Jul-2024 |
David Carlier |
ext/curl: curl_error using curl_easy_strerror if CURLOPT_ERRORBUFFER did not fill the error buffer. close GH-14984 |
#
de60872c |
| 17-Jul-2023 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Add new curl constants from curl until (including) 7.87 (#10459) Fixes GH-10454 |
#
18f2f0a0 |
| 13-Jun-2023 |
nielsdos <7771979+nielsdos@users.noreply.github.com> |
Merge branch 'PHP-8.2' * PHP-8.2: Fix GH-11433: Unable to set CURLOPT_ACCEPT_ENCODING to NULL Fix "invalid state error" with cloned namespace declarations Fix lifetime issu
Merge branch 'PHP-8.2' * PHP-8.2: Fix GH-11433: Unable to set CURLOPT_ACCEPT_ENCODING to NULL Fix "invalid state error" with cloned namespace declarations Fix lifetime issue with getAttributeNodeNS()
show more ...
|
#
c1606935 |
| 13-Jun-2023 |
nielsdos <7771979+nielsdos@users.noreply.github.com> |
Merge branch 'PHP-8.1' into PHP-8.2 * PHP-8.1: Fix GH-11433: Unable to set CURLOPT_ACCEPT_ENCODING to NULL Fix "invalid state error" with cloned namespace declarations Fix
Merge branch 'PHP-8.1' into PHP-8.2 * PHP-8.1: Fix GH-11433: Unable to set CURLOPT_ACCEPT_ENCODING to NULL Fix "invalid state error" with cloned namespace declarations Fix lifetime issue with getAttributeNodeNS()
show more ...
|
#
a8a3b99e |
| 12-Jun-2023 |
nielsdos <7771979+nielsdos@users.noreply.github.com> |
Fix GH-11433: Unable to set CURLOPT_ACCEPT_ENCODING to NULL Closes GH-11446. |
#
d5ad7510 |
| 08-Jun-2023 |
George Peter Banyard |
More usage of known zend_str instead of C string (#11381) |
#
ad997987 |
| 11-Apr-2023 |
George Peter Banyard |
ext/curl: Protocol should be a case insensitive check (#11052) Minor drive-by refactoring to use the new API |
#
7b4c7374 |
| 22-Mar-2023 |
Ilija Tovilo |
Merge branch 'PHP-8.2' * PHP-8.2: ext/curl: suppress -Wdeprecated-declarations in curl_arginfo.h
|
#
c8f9adb4 |
| 22-Mar-2023 |
Ilija Tovilo |
Merge branch 'PHP-8.1' into PHP-8.2 * PHP-8.1: ext/curl: suppress -Wdeprecated-declarations in curl_arginfo.h
|
#
2646d76a |
| 10-Feb-2023 |
Max Kellermann |
ext/curl: suppress -Wdeprecated-declarations in curl_arginfo.h Disable the warning before including curl_arginfo.h. (Follow-up for https://github.com/php/php-src/pull/10531) |
#
51b70e44 |
| 24-Feb-2023 |
George Peter Banyard |
Merge branch 'PHP-8.2' * PHP-8.2: Fixed bug GH-10270 Unable to return CURL_READFUNC_PAUSE in readfunc callback Fix GH-10672 (pg_lo_open segfaults in the strict_types mode)
|
#
512abc23 |
| 24-Feb-2023 |
George Peter Banyard |
Merge branch 'PHP-8.1' into PHP-8.2 * PHP-8.1: Fixed bug GH-10270 Unable to return CURL_READFUNC_PAUSE in readfunc callback Fix GH-10672 (pg_lo_open segfaults in the strict_types
Merge branch 'PHP-8.1' into PHP-8.2 * PHP-8.1: Fixed bug GH-10270 Unable to return CURL_READFUNC_PAUSE in readfunc callback Fix GH-10672 (pg_lo_open segfaults in the strict_types mode)
show more ...
|
#
91db3a1b |
| 17-Feb-2023 |
Pierrick Charron |
Fixed bug GH-10270 Unable to return CURL_READFUNC_PAUSE in readfunc callback Closes GH-10607 Signed-off-by: George Peter Banyard <girgias@php.net> |
#
263b22f3 |
| 21-Feb-2023 |
Max Kellermann |
Make lots of string pointers `const` (#10646) This allows using string literals without implicitly casting away the `const`. |
#
373809c5 |
| 21-Feb-2023 |
George Peter Banyard |
Merge branch 'PHP-8.2' * PHP-8.2: ext/curl/interface: fix zend_result return value Zend/zend_ini: fix zend_result return values
|
#
f6ec8078 |
| 21-Feb-2023 |
George Peter Banyard |
Merge branch 'PHP-8.1' into PHP-8.2 * PHP-8.1: ext/curl/interface: fix zend_result return value Zend/zend_ini: fix zend_result return values
|
#
ed4dc39e |
| 21-Feb-2023 |
Max Kellermann |
ext/curl/interface: fix zend_result return value Closes GH-10640 Signed-off-by: George Peter Banyard <girgias@php.net> |
#
00ae2001 |
| 08-Feb-2023 |
David Carlier |
Merge branch 'PHP-8.2'
|
#
06120df7 |
| 08-Feb-2023 |
David Carlier |
Merge branch 'PHP-8.1' into PHP-8.2
|
#
8c8a38a7 |
| 07-Feb-2023 |
Max Kellermann |
ext/curl: suppress -Wdeprecated-declarations Closes GH-10531. |
#
a01dd9fe |
| 14-Sep-2022 |
Bob Weinand |
Revert "Port all internally used classes to use default_object_handlers" This reverts commit 94ee4f9834743ca74f6c9653863273277ce6c61a. The commit was a bit too late to be included i
Revert "Port all internally used classes to use default_object_handlers" This reverts commit 94ee4f9834743ca74f6c9653863273277ce6c61a. The commit was a bit too late to be included in PHP 8.2 RC1. Given it's a massive ABI break, we decide to postpone the change to PHP 8.3.
show more ...
|
Revision tags: php-8.2.0RC1, php-8.1.10, php-8.0.23 |
|
#
94ee4f98 |
| 24-Aug-2022 |
Bob Weinand |
Port all internally used classes to use default_object_handlers Signed-off-by: Bob Weinand <bobwei9@hotmail.com> |
#
51eb1d4f |
| 21-Aug-2022 |
Máté Kocsis |
Fix curl/sync_constants.php (#9391) |