Skip to content

Commit f90e532

Browse files
committed
Fix order in NEWS
1 parent 46940a0 commit f90e532

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NEWS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ PHP NEWS
1515
- Curl:
1616
. Add support for brotli and zstd on Windows. (Shivam Mathur)
1717

18+
- DOM:
19+
. Fixed bug GH-21566 (Dom\XMLDocument::C14N() emits duplicate xmlns
20+
declarations after setAttributeNS()). (David Carlier)
21+
1822
- Iconv:
1923
. Fixed bug GH-17399 (iconv memory leak on bailout). (iliaal)
2024

@@ -29,10 +33,6 @@ PHP NEWS
2933
. Fix memory leak regression in openssl_pbkdf2(). (ndossche)
3034
. Fix a bunch of memory leaks and crashes on edge cases. (ndossche)
3135

32-
- DOM:
33-
. Fixed bug GH-21566 (Dom\XMLDocument::C14N() emits duplicate xmlns
34-
declarations after setAttributeNS()). (David Carlier)
35-
3636
- SPL:
3737
. Fixed bug GH-21499 (RecursiveArrayIterator getChildren UAF after parent
3838
free). (Girgias)

0 commit comments

Comments
 (0)