Commit 06082edbe99 for php.net

commit 06082edbe998f85de1624697f5d118b90984606e
Merge: b0ae3d5c84f 70680ba6497
Author: Weilin Du <weilindu@php.net>
Date:   Wed Aug 12 22:43:54 2026 +0800

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      [skip ci] Fix NEWS entries in #23218

diff --cc NEWS
index 72c4bb81866,8cd1640765e..f517f2feea4
--- a/NEWS
+++ b/NEWS
@@@ -7,14 -7,11 +7,14 @@@ PH
      next() call on the inner generator). (iliaal)

  - Readline:
 +  . Fixed the interactive shell not waiting for the pager process to exit.
 +    (Weilin Du)
-
+   . Fixed class constant completion in the interactive shell. (Weilin Du)

 -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)