We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46940a0 commit f90e532Copy full SHA for f90e532
1 file changed
NEWS
@@ -15,6 +15,10 @@ PHP NEWS
15
- Curl:
16
. Add support for brotli and zstd on Windows. (Shivam Mathur)
17
18
+- DOM:
19
+ . Fixed bug GH-21566 (Dom\XMLDocument::C14N() emits duplicate xmlns
20
+ declarations after setAttributeNS()). (David Carlier)
21
+
22
- Iconv:
23
. Fixed bug GH-17399 (iconv memory leak on bailout). (iliaal)
24
@@ -29,10 +33,6 @@ PHP NEWS
29
33
. Fix memory leak regression in openssl_pbkdf2(). (ndossche)
30
34
. Fix a bunch of memory leaks and crashes on edge cases. (ndossche)
31
35
32
-- DOM:
- . Fixed bug GH-21566 (Dom\XMLDocument::C14N() emits duplicate xmlns
- declarations after setAttributeNS()). (David Carlier)
-
36
- SPL:
37
. Fixed bug GH-21499 (RecursiveArrayIterator getChildren UAF after parent
38
free). (Girgias)
0 commit comments