Skip to content

Commit 86b0a2a

Browse files
NEWS: update for PHP 8.5.0RC5, fix next release
Copy the NEWS entries from the RC5 tag with the changes included there. One of those entries was already listed in the section for the next release from PHP-8.5; remove it from that section. Also update the header at the top for what release is next - the next release from the PHP-8.5 branch is going to be PHP 8.5.1. [skip ci]
1 parent 926f44d commit 86b0a2a

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

NEWS

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? ??? ????, PHP 8.5.0
3+
?? ??? ????, PHP 8.5.1
44

55
- Core:
66
. Sync all boost.context files with release 1.86.0. (mvorisek)
77
. Fixed bug GH-20435 (SensitiveParameter doesn't work for named argument
88
passing to variadic parameter). (ndossche)
9-
. Fixed bug GH-17951 (memory_limit is not always limited by max_memory_limit).
10-
(manuelm)
119

1210
- DOM:
1311
. Fix memory leak when edge case is hit when registering xpath callback.
@@ -28,6 +26,22 @@ PHP NEWS
2826
. Fixed bug GH-20439 (xml_set_default_handler() does not properly handle
2927
special characters in attributes when passing data to callback). (ndossche)
3028

29+
13 Nov 2025, PHP 8.5.0RC5
30+
31+
- Core:
32+
. Fixed bug GH-17951 (memory_limit is not always limited by max_memory_limit).
33+
(manuelm)
34+
. Address bug GH-20384 (Confirm if ob_gzhandler is impacted by ob_start
35+
handler changes) by reverting GH-18932 (Deprecate returning non-string
36+
values from a user output handler). (DanielEScherzer)
37+
38+
- URI:
39+
. Fixed bug GH-20431 (Uri\Rfc3986\Uri::setHost(null) turns empty path into /)
40+
by updating to a newer uriparser snapshot. (timwolla)
41+
. Fixed the distinction between an empty and a missing query/fragment
42+
when using Uri\WhatWg\Url::getQuery() and Uri\WhatWg\Url::getFragment().
43+
(kocsismate)
44+
3145
06 Nov 2025, PHP 8.5.0RC4
3246

3347
- Core:

0 commit comments

Comments
 (0)