From fe4930612a2f116f229f743a4723bbc735637663 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Thu, 27 Mar 2025 11:53:24 +0100 Subject: [PATCH] [ci skip] Fix NEWS --- NEWS | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 4b981f7bdd9..bee2ce0e092 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 8.3.21 +- Standard: + . Fixed bug GH-18145 (php8ts crashes in php_clear_stat_cache()). + (Jakub Zelenka) 10 Apr 2025, PHP 8.3.20 @@ -55,10 +58,6 @@ PHP NEWS . Fixed bug GH-18018 (RC1 data returned from offsetGet causes UAF in ArrayObject). (nielsdos) -- Standard: - . Fixed bug GH-18145 (php8ts crashes in php_clear_stat_cache()). - (Jakub Zelenka) - - Treewide: . Fixed bug GH-17736 (Assertion failure zend_reference_destroy()). (nielsdos)