Commit 21e373fb18d for php.net
commit 21e373fb18d807ada8d00bbb44d7b212885bff09
Merge: afc3ee57492 9d5a6159e9d
Author: Ilia Alshanetsky <ilia@ilia.ws>
Date: Thu Aug 27 08:32:05 2026 -0400
Merge branch 'PHP-8.5'
* PHP-8.5:
[http] Fix out-of-bounds read on empty Location header
diff --cc NEWS
index d7c338421cf,074990dc4d5..d0510be2657
--- a/NEWS
+++ b/NEWS
@@@ -1,27 -1,6 +1,31 @@@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 8.5.11
+?? ??? ????, PHP 8.6.0beta3
+
+- CLI:
+ . Fixed bug GH-23242 (PHP development server does not support Expect
+ 100-continue flow control). (Sjoerd Langkemper)
+
+- Intl:
+ . Fixed a memory leak when iterating IntlBreakIterator::getPartsIterator()
+ results. (iliaal)
+ . Fixed a leak in Locale::getKeywords() when a keyword value cannot be
+ read. (iliaal)
+
+- PDO_PGSQL:
+ . Added Pdo\Pgsql::ATTR_CHUNK_SIZE to fetch a result set in chunks of the
+ given number of rows. (KentarouTakeda)
+
+- Phar:
+ . Fixed bug GH-23418 (Use-after-free when looking up mounted directories).
+ (Weilin Du)
+
++- Standard:
++ . Fixed an out-of-bounds read when following a redirect response with an
++ empty Location header. (iliaal)
++
+
+27 Aug 2026, PHP 8.6.0beta2
- Core:
. Fixed bug GH-15375 (Nested "yield from" skips items after a valid() or