Commit 559b3fe37c5 for php.net

commit 559b3fe37c527346ec0a8ee30d23953a666f1039
Merge: d6a28fbbda2 455ae2880e4
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date:   Thu Apr 2 11:34:38 2026 +0200

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      Fix function JIT JMPNZ smart branch

diff --cc NEWS
index 9d69dbaf818,2472825c0da..2835d9735e3
--- a/NEWS
+++ b/NEWS
@@@ -15,11 -16,8 +15,12 @@@ PH
  - Opcache:
    . Fixed bug GH-21158 (JIT: Assertion jit->ra[var].flags & (1<<0) failed in
      zend_jit_use_reg). (Arnaud)
+   . Fixed bug GH-21593 (Borked function JIT JMPNZ smart branch). (ilutov)

 +- DOM:
 +  . Fixed bug GH-21566 (Dom\XMLDocument::C14N() emits duplicate xmlns
 +    declarations after setAttributeNS()). (David Carlier)
 +
  - SPL:
    . Fixed bug GH-21499 (RecursiveArrayIterator getChildren UAF after parent
      free). (Girgias)