summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-02-27 10:36:59 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-02-27 10:37:52 +0100
commitac2382d437f2a5e7ba48f530b9f590ee26c86e59 (patch)
treec3fd562f0e80524bdd2151d31ab87934590f8f99
parentd9f56903ad2f031a3606a3ca51920d8e43ba3b00 (diff)
parent49762c84e09c7b4287444bfa394f0147b9ada024 (diff)
downloadphp-git-ac2382d437f2a5e7ba48f530b9f590ee26c86e59.tar.gz
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Add upgrading node regarding fix for bug #79271
-rw-r--r--UPGRADING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 49634eabcd..3dfaad6d90 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -69,6 +69,12 @@ PHP 7.4 UPGRADE NOTES
a warning and always return false. Previously all DateInterval objects were
considered equal, unless they had properties.
+DOM:
+ . As of PHP 7.4.4, 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.
+
- Intl:
. The default parameter value of idn_to_ascii() and idn_to_utf8() is now
INTL_IDNA_VARIANT_UTS46 instead of the deprecated INTL_IDNA_VARIANT_2003.