Commit ae52a3ed16c for php.net

commit ae52a3ed16c0953e675436c3883a9a2ec3ffeff1
Merge: 9eb30eeb16c 5284278d979
Author: Weilin Du <weilindu@php.net>
Date:   Sun Aug 23 04:51:09 2026 +0800

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      sapi/fuzzer: depend on PHP_BINARY_OBJS instead of PHP_SAPI_OBJS (#23394)

diff --cc NEWS
index e058e33a9e9,d25d441ca8b..283c90bad87
--- a/NEWS
+++ b/NEWS
@@@ -38,21 -38,21 +38,22 @@@ PH
    . Fixed a leak when a persistent connection failed a liveness check
      with no other live PDO handle. (iliaal)

 -- Standard:
 -  . Fixed a memory leak in array_merge_recursive() when the recursive merge of
 -    an object converted to an array fails. (David Carlier)
 +- Readline:
 +  . Fixed the interactive shell not waiting for the pager process to exit.
 +    (Weilin Du)

  - Zip:
 -  . Fixed ZipArchive::extractTo() and ZipArchive::getFrom*() reporting success
 -    on corrupted entries. (David Carlier)
 +  . Fixed bug GH-17787 (ZipArchive stream stops reading early when the archive
 +    is freed while the stream is still open). (Eyüp Can Akman)

  - SAPI:
+   . Fixed fuzzer targets failing to build in isolation. (Mrmaxmeier)
    . Fixed returns uninitialized value on LiteSpeed lsapi SAPI (Go Kudo)

 -27 Aug 2026, PHP 8.4.25
 +27 Aug 2026, PHP 8.5.10

  - Core:
 +  . Fixed bug GH-22782 (Const expr FCC crashes under preloading). (Arnaud)
    . Fixed bug GH-23088 (Stack overflow when comparing deeply nested arrays).
      (Lazizbek Ergashev)