Commit 0a40e06e69b for php.net

commit 0a40e06e69ba747a490ed6c9ecad535d458511ec
Merge: 62310605020 cd99c6c8d0a
Author: Weilin Du <weilindu@php.net>
Date:   Fri Aug 28 01:07:37 2026 +0800

    Merge branch 'PHP-8.5'

    * PHP-8.5:
      Merge branch 'PHP-8.4' into PHP-8.5

diff --cc NEWS
index 1323057cc07,040ff57339a..6ac1e8e329a
--- a/NEWS
+++ b/NEWS
@@@ -1,32 -1,6 +1,34 @@@
  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)
++  . Fixed bug GH-23477 (Memory leak on duplicate native Phar manifest entries).
++    (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