Commit 3a0d1cc4766 for php.net

commit 3a0d1cc476605bb0fbe927aa156e480e0d553ab5
Merge: 4ee275fd59f 9f33bff0906
Author: David Carlier <devnexen@gmail.com>
Date:   Tue Mar 31 23:05:33 2026 +0100

    [skip ci] update NEWS

diff --cc NEWS
index 8ed1497997a,d87ceb7d818..b9dffade35d
--- a/NEWS
+++ b/NEWS
@@@ -6,10 -6,13 +6,17 @@@ PH
    . Fixed bug GH-19983 (GC assertion failure with fibers, generators and
      destructors). (iliaal)

 +- DOM:
 +  . Fixed bug GH-21566 (Dom\XMLDocument::C14N() emits duplicate xmlns
 +    declarations after setAttributeNS()). (David Carlier)
 +
+ - Iconv:
+   . Fixed bug GH-17399 (iconv memory leak on bailout). (iliaal)
+
+ - Opcache:
+   . Fixed bug GH-21158 (JIT: Assertion jit->ra[var].flags & (1<<0) failed in
+     zend_jit_use_reg). (Arnaud)
+
  - SPL:
    . Fixed bug GH-21499 (RecursiveArrayIterator getChildren UAF after parent
      free). (Girgias)