1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[ci skip] Fix mistake in UPGRADING

This commit is contained in:
Niels Dossche
2024-08-25 13:19:03 +02:00
parent 8da94cfc41
commit cd6bac7f9f

View File

@@ -395,7 +395,7 @@ PHP 8.3 UPGRADE NOTES
overloaded constructor of DatePeriod.
- DOM:
. Added DOMNode::contains() and DOMNameSpaceNode::contains().
. Added DOMNode::contains().
. Added DOMElement::getAttributeNames().
. Added DOMNode::getRootNode(). The $options argument does nothing at the
moment because it only influences the shadow DOM, which we do not support