diff --git a/NEWS b/NEWS index 3c98f43bfda..0a1bcba85ef 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 8.2.6 +- DOM: + . Fixed bug #80602 (Segfault when using DOMChildNode::before()). + (Nathan Freeman) + - Streams: . Fixed bug GH-10406 (feof() behavior change for UNIX based socket resources). (Jakub Zelenka) @@ -31,10 +35,6 @@ PHP NEWS . Fixed bug GH-10747 (Private and protected properties in serialized Date* objects throw). (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)