summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-02-27 10:32:24 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-02-27 10:33:20 +0100
commit49762c84e09c7b4287444bfa394f0147b9ada024 (patch)
tree59ecb99f1ff5a21f131878491c6cc3f8a6b3dab9
parent45b4368d5c2354781a7b2f1cad86402658868e1d (diff)
downloadphp-git-49762c84e09c7b4287444bfa394f0147b9ada024.tar.gz
Add upgrading node regarding fix for bug #79271
Cf. <https://github.com/php/php-src/pull/5180#issuecomment-590259750>ff.
-rw-r--r--UPGRADING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index f2dd1060d9..7944087c43 100644
--- 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