Commit f90e532f368 for php.net
commit f90e532f368745a2a8128100a69175a0a806ea9d
Author: Tim Düsterhus <tim@bastelstu.be>
Date: Sun Apr 12 19:53:12 2026 +0200
Fix order in NEWS
diff --git a/NEWS b/NEWS
index 338e14bee08..9da98b15f20 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,10 @@ PHP NEWS
- Curl:
. Add support for brotli and zstd on Windows. (Shivam Mathur)
+- 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)
@@ -29,10 +33,6 @@ PHP NEWS
. Fix memory leak regression in openssl_pbkdf2(). (ndossche)
. Fix a bunch of memory leaks and crashes on edge cases. (ndossche)
-- 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)