]> granicus.if.org Git - php/commitdiff
Add upgrading node regarding fix for bug #79271
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 27 Feb 2020 09:32:24 +0000 (10:32 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 27 Feb 2020 09:33:20 +0000 (10:33 +0100)
Cf. <https://github.com/php/php-src/pull/5180#issuecomment-590259750>ff.

UPGRADING

index f2dd1060d91a87903b9430aee9fc2558793a7d59..7944087c4374e0c2f7b3fb304df33c6226c5f67a 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -112,6 +112,12 @@ BCMath:
   . bcmul() and bcpow() now return numbers with the requested scale. Formerly,
     the returned numbers may have omitted trailing decimal zeroes.
 
+DOM:
+  . As of PHP 7.3.16, the value of the $childNodes property of DOMDocument,
+    DOMNode, DOMProcessingInstruction, DOMComment, DOMText, DOMCdataSection and
+    DOMNotation is now an empty DOMNodeList instead of NULL, according to the
+    W3C and WHATWG standards and the PHP manual.
+
 IMAP:
   rsh/ssh logins are disabled by default. Use imap.enable_insecure_rsh if you want
   to enable them. Note that the IMAP library does not filter mailbox names before