From b8a9d790af149633ef3783d12dc099fe88560b85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 12 Sep 2025 20:55:00 +0200 Subject: [PATCH] [skip ci] Add missing name for GH-19813 in NEWS --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8dde1a0cd87..04bd8789f30 100644 --- a/NEWS +++ b/NEWS @@ -11,7 +11,7 @@ PHP NEWS - Curl: . Fix cloning of CURLOPT_POSTFIELDS when using the clone operator instead - of the curl_copy_handle() function to clone a CurlHandle. + of the curl_copy_handle() function to clone a CurlHandle. (timwolla) - Standard: . Fixed bug GH-12265 (Cloning an object breaks serialization recursion).