Commit 05055869eee for php.net

commit 05055869eeed985f49b2a4601d88c85479a96a02
Merge: 28fc06be490 1da41afdf30
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date:   Tue Sep 16 13:01:19 2025 +0200

    Merge branch 'PHP-8.4'

    * PHP-8.4:
      Fix incorrect HASH_FLAG_HAS_EMPTY_IND flag on userland array

diff --cc NEWS
index 5348bda28a0,218f01d3a1a..9a21a84e199
--- a/NEWS
+++ b/NEWS
@@@ -5,8 -5,13 +5,10 @@@ PH
  - Core:
    . Fixed bug GH-19765 (object_properties_load() bypasses readonly property
      checks). (timwolla)
 +  . The __sleep() and __wakeup() magic methods have been deprecated. (Girgias)
    . Fixed hard_timeout with --enable-zend-max-execution-timers. (Appla)
 -  . Fixed bug GH-19792 (SCCP causes UAF for return value if both warning and
 -    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)

  - Curl:
    . Fix cloning of CURLOPT_POSTFIELDS when using the clone operator instead