From 9b20618e1b18a8783deda21ec8d7020a52ab8302 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Tue, 7 Oct 2025 18:49:28 +0200 Subject: [PATCH] [skip ci] Fix news entry Every time... --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f56f04dd84f..de36d0c9fa6 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 8.3.28 +- Core: + . Fixed bug GH-19934 (CGI with auto_globals_jit=0 causes uouv). (ilutov) 23 Oct 2025, PHP 8.3.27 @@ -18,7 +20,6 @@ PHP NEWS . Fixed bug GH-19480 (error_log php.ini cannot be unset when open_basedir is configured). (nielsdos) . Fixed bug GH-20002 (Broken build on *BSD with MSAN). (outtersg) - . Fixed bug GH-19934 (CGI with auto_globals_jit=0 causes uouv). (ilutov) - CLI: . Fix useless "Failed to poll event" error logs due to EAGAIN in CLI server