diff --git a/NEWS b/NEWS index 3fc2f4ff070..2e3c6b290e3 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 8.1.19 +- DOM: + . Fixed bug #80602 (Segfault when using DOMChildNode::before()). + (Nathan Freeman) 13 Apr 2023, PHP 8.1.18 @@ -24,10 +27,6 @@ PHP NEWS . Fixed bug GH-10583 (DateTime modify with tz pattern should not update linked timezone). (Derick) -- DOM: - . Fixed bug #80602 (Segfault when using DOMChildNode::before()). - (Nathan Freeman) - - FPM: . Fixed bug GH-10611 (fpm_env_init_main leaks environ). (nielsdos) . Destroy file_handle in fpm_main. (Jakub Zelenka, nielsdos)