Commit 62310605020 for php.net

commit 623106050203405249890826d98b4a3a39b2224d
Merge: 21e373fb18d 1a4a22fb1e8
Author: Weilin Du <weilindu@php.net>
Date:   Fri Aug 28 00:53:32 2026 +0800

    Merge branch 'PHP-8.5'

    * PHP-8.5:
      Fix read buffer compaction in stream filter flush (#23439)

diff --cc NEWS
index d0510be2657,7ca30795140..1323057cc07
--- a/NEWS
+++ b/NEWS
@@@ -1,31 -1,6 +1,32 @@@
  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)
++  . Fixed read buffer compaction in php_stream_filter_flush(). (crystarm)
 +
 +
 +27 Aug 2026, PHP 8.6.0beta2

  - Core:
    . Fixed bug GH-15375 (Nested "yield from" skips items after a valid() or