We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1683b8f commit ba7f360Copy full SHA for ba7f360
NEWS
@@ -6,6 +6,13 @@ PHP NEWS
6
. Fixed bug GH-17951 (memory_limit is not always limited by max_memory_limit).
7
(manuelm)
8
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
+
16
06 Nov 2025, PHP 8.5.0RC4
17
18
- Core:
0 commit comments