Skip to content

Commit 49762c8

Browse files
committed
Add upgrading node regarding fix for bug #79271
Cf. <https://github.com/php/php-src/pull/5180#issuecomment-590259750>ff.
1 parent 45b4368 commit 49762c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADING

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ BCMath:
112112
. bcmul() and bcpow() now return numbers with the requested scale. Formerly,
113113
the returned numbers may have omitted trailing decimal zeroes.
114114

115+
DOM:
116+
. As of PHP 7.3.16, the value of the $childNodes property of DOMDocument,
117+
DOMNode, DOMProcessingInstruction, DOMComment, DOMText, DOMCdataSection and
118+
DOMNotation is now an empty DOMNodeList instead of NULL, according to the
119+
W3C and WHATWG standards and the PHP manual.
120+
115121
IMAP:
116122
rsh/ssh logins are disabled by default. Use imap.enable_insecure_rsh if you want
117123
to enable them. Note that the IMAP library does not filter mailbox names before

0 commit comments

Comments
 (0)