Add NEWS entry

This commit is contained in:
Derick Rethans 2023-11-22 15:25:01 +00:00
parent 88f2dc6268
commit 8577d88014

3
NEWS
View file

@ -5,6 +5,9 @@ PHP NEWS
Core:
. Added zend_call_stack_get implementation for NetBSD. (David Carlier)
Date:
. Added DateTime[Immutable]::createFromTimestamp. (Marc Bennewitz)
DOM:
. Added DOMNode::compareDocumentPosition(). (nielsdos)
. Implement #53655 (Improve speed of DOMNode::C14N() on large XML documents).