Merge branch 'PHP-8.1' into PHP-8.2

* PHP-8.1:
  [ci skip] UPDATE NEWS
This commit is contained in:
Niels Dossche 2023-04-11 22:18:46 +02:00
commit 805f21b9bf

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()).