1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Update NEWS for GH-20384

This commit is contained in:
Daniel Scherzer
2025-11-11 15:59:06 -08:00
parent 23b6b0dbd3
commit 72044302e5

3
NEWS
View File

@@ -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 /)