Skip to content

Commit ac2382d

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Add upgrading node regarding fix for bug #79271
2 parents d9f5690 + 49762c8 commit ac2382d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADING

+6
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ PHP 7.4 UPGRADE NOTES
6969
a warning and always return false. Previously all DateInterval objects were
7070
considered equal, unless they had properties.
7171

72+
DOM:
73+
. As of PHP 7.4.4, the value of the $childNodes property of DOMDocument,
74+
DOMNode, DOMProcessingInstruction, DOMComment, DOMText, DOMCdataSection and
75+
DOMNotation is now an empty DOMNodeList instead of NULL, according to the
76+
W3C and WHATWG standards and the PHP manual.
77+
7278
- Intl:
7379
. The default parameter value of idn_to_ascii() and idn_to_utf8() is now
7480
INTL_IDNA_VARIANT_UTS46 instead of the deprecated INTL_IDNA_VARIANT_2003.

0 commit comments

Comments
 (0)