Skip to content

Commit ba7f360

Browse files
Update NEWS for PHP 8.5.0RC5 ext/uri backports
1 parent 1683b8f commit ba7f360

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ PHP NEWS
66
. Fixed bug GH-17951 (memory_limit is not always limited by max_memory_limit).
77
(manuelm)
88

9+
- URI:
10+
. Fixed bug GH-20431 (Uri\Rfc3986\Uri::setHost(null) turns empty path into /)
11+
by updating to a newer uriparser snapshot. (timwolla)
12+
. Fixed the distinction between an empty and a missing query/fragment
13+
when using Uri\WhatWg\Url::getQuery() and Uri\WhatWg\Url::getFragment().
14+
(kocsismate)
15+
916
06 Nov 2025, PHP 8.5.0RC4
1017

1118
- Core:

0 commit comments

Comments
 (0)