1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 13:31:27 +02:00

[ci skip] UPDATE NEWS

ElliotNB helped me a lot debugging this by constantly testing the
patches. It is only fair that he is mentioned too, as I couldn't have
solved it without his help.
This commit is contained in:
Niels Dossche
2023-04-11 22:17:47 +02:00
parent 4be6435c9f
commit 450fcc4c9b

2
NEWS
View File

@@ -9,7 +9,7 @@ PHP NEWS
. Fixed bug GH-10085 (Assertion when adding two arrays with += where the first
array is contained in the second). (ilutov)
. Fixed bug GH-10737 (PHP 8.1.16 segfaults on line 597 of
sapi/apache2handler/sapi_apache2.c). (nielsdos)
sapi/apache2handler/sapi_apache2.c). (nielsdos, ElliotNB)
- DOM:
. Fixed bug #80602 (Segfault when using DOMChildNode::before()).