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

NEWS for recent ext/uri changes (GH-19587, GH-19591, GH-19600)

This commit is contained in:
Tim Düsterhus
2025-08-26 23:48:19 +02:00
parent e99f1b4fcc
commit e844e68af8

6
NEWS
View File

@@ -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: