From 78a24ffc032804755e31bb308c0e754cbc049051 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Tue, 7 Oct 2025 14:39:53 +0200 Subject: [PATCH] Update NEWS entry for curl 8.16 update --- NEWS | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index cd793b71c9c..884ccd0855d 100644 --- a/NEWS +++ b/NEWS @@ -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)