From 5e76c6d2641aae5939c5f98d52ad8cc28d9eb753 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Thu, 30 Mar 2023 21:41:11 +0200 Subject: [PATCH] [ci skip] NEWS --- NEWS | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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)