From 72044302e50349970366495b38f7e1d593f13d3d Mon Sep 17 00:00:00 2001 From: Daniel Scherzer Date: Tue, 11 Nov 2025 15:59:06 -0800 Subject: [PATCH] Update NEWS for GH-20384 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index fc85b712c67..537a36bb939 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,9 @@ PHP NEWS - Core: . Fixed bug GH-17951 (memory_limit is not always limited by max_memory_limit). (manuelm) + . Address bug GH-20384 (Confirm if ob_gzhandler is impacted by ob_start + handler changes) by reverting GH-18932 (Deprecate returning non-string + values from a user output handler). (DanielEScherzer) - URI: . Fixed bug GH-20431 (Uri\Rfc3986\Uri::setHost(null) turns empty path into /)