Add NEWS entry

This commit is contained in:
Derick Rethans 2023-04-18 13:48:29 +01:00
parent d1af263dd9
commit 1dcab8a534

4
NEWS
View file

@ -12,6 +12,10 @@ PHP NEWS
sapi/apache2handler/sapi_apache2.c). (nielsdos, ElliotNB) sapi/apache2handler/sapi_apache2.c). (nielsdos, ElliotNB)
. Fixed bug GH-11028 (Heap Buffer Overflow in zval_undefined_cv.). (nielsdos) . Fixed bug GH-11028 (Heap Buffer Overflow in zval_undefined_cv.). (nielsdos)
- Date:
. Fixed bug where the diff() method would not return the right result around
DST changeover for date/times associated with a timezone identifier. (Derick)
- DOM: - DOM:
. Fixed bug #80602 (Segfault when using DOMChildNode::before()). . Fixed bug #80602 (Segfault when using DOMChildNode::before()).
(Nathan Freeman) (Nathan Freeman)