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

[skip ci] Add missing name for GH-19813 in NEWS

This commit is contained in:
Tim Düsterhus
2025-09-12 20:55:00 +02:00
parent 871fe600c2
commit b8a9d790af

2
NEWS
View File

@@ -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).