From e844e68af8dac5974238d489a413b175be14dc2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 26 Aug 2025 23:48:19 +0200 Subject: [PATCH] NEWS for recent ext/uri changes (GH-19587, GH-19591, GH-19600) --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index c4e09090509..09326b981d6 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,12 @@ PHP NEWS - Session: . Fix RC violation of session SID constant deprecation attribute. (ilutov) +- URI: + . Fixed memory management of Uri\WhatWg\Url objects. (timwolla) + . Fixed memory management of the internal "parse_url" URI parser. + (timwolla) + . Clean up naming of internal API. (timwolla) + 28 Aug 2025, PHP 8.5.0beta2 - Core: