1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Update NEWS entry for curl 8.16 update

This commit is contained in:
Jakub Zelenka
2025-10-07 14:39:53 +02:00
parent 201b358c01
commit 78a24ffc03

7
NEWS
View File

@@ -23,7 +23,8 @@ PHP NEWS
- Curl:
. Fix cloning of CURLOPT_POSTFIELDS when using the clone operator instead
of the curl_copy_handle() function to clone a CurlHandle. (timwolla)
. Fix curl build failure on macOS+curl 8.16. (nielsdos)
. Fix curl build and test failures with version 8.16.
(nielsdos, ilutov, Jakub Zelenka)
- Date:
. Fixed GH-17159: "P" format for ::createFromFormat swallows string literals.
@@ -208,10 +209,6 @@ PHP NEWS
. Fixed bug GH-19397 (mb_list_encodings() can cause crashes on shutdown).
(nielsdos)
- Curl:
. Fix curl build and test failures with version 8.16.
(nielsdos, ilutov, Jakub Zelenka)
- Opcache:
. Reset global pointers to prevent use-after-free in zend_jit_status().
(Florian Engelhardt)