Commit 1da41afdf30 for php.net
commit 1da41afdf30b9f6a65bd53ebb06beadc05ff1035
Merge: 1c323f1f1ee f045716288a
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date: Tue Sep 16 13:00:56 2025 +0200
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3:
Fix incorrect HASH_FLAG_HAS_EMPTY_IND flag on userland array
diff --cc NEWS
index a2ac73a1c5a,0891acce266..218f01d3a1a
--- a/NEWS
+++ b/NEWS
@@@ -10,7 -10,13 +10,9 @@@ PH
exception are triggered). (nielsdos)
. Fixed bug GH-19653 (Closure named argument unpacking between temporary
closures can cause a crash). (nielsdos, Arnaud, Bob)
+ . Fixed bug GH-19839 (Incorrect HASH_FLAG_HAS_EMPTY_IND flag on userland
+ array). (ilutov)
-- Date:
- . Fixed GH-17159: "P" format for ::createFromFormat swallows string literals.
- (nielsdos)
-
- Curl:
. Fix cloning of CURLOPT_POSTFIELDS when using the clone operator instead
of the curl_copy_handle() function to clone a CurlHandle. (timwolla)