File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments