Commit da6f1230c21 for php.net

commit da6f1230c21e61c275dda64c31766ea8287dfb5f
Merge: 5fb8165e4ef 0efecbc4325
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date:   Fri Jan 16 14:48:51 2026 +0100

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      Fix by-ref assignment to uninitialized hooked backing value

diff --cc NEWS
index b20f9b1f2e0,19f900235d8..c9bf1b5a73b
--- a/NEWS
+++ b/NEWS
@@@ -11,11 -7,11 +11,13 @@@ PH
      function triggered by bailout in php_output_lock_error()). (timwolla)
    . Fix OSS-Fuzz #471533782 (Infinite loop in GC destructor fiber). (ilutov)
    . Fix OSS-Fuzz #472563272 (Borked block_pass JMP[N]Z optimization). (ilutov)
 -  . Fixed bug GH-GH-20914 (Internal enums can be cloned and compared). (Arnaud)
 +  . Fixed bug GH-20914 (Internal enums can be cloned and compared). (Arnaud)
    . Fix OSS-Fuzz #474613951 (Leaked parent property default value). (ilutov)
 +  . Fixed bug GH-20895 (ReflectionProperty does not return the PHPDoc of a
 +    property if it contains an attribute with a Closure). (timwolla)
    . Fixed bug GH-20766 (Use-after-free in FE_FREE with GC interaction). (Bob)
+   . Fix OSS-Fuzz #471486164 (Broken by-ref assignment to uninitialized hooked
+     backing value). (ilutov)

  - Date:
    . Update timelib to 2022.16. (Derick)