Commit a465822c3da for php.net
commit a465822c3da1dfd5b72aa1d2aab18bc04df54082
Merge: a9cd8d44a7f 0ccff767634
Author: Ilia Alshanetsky <ilia@ilia.ws>
Date: Wed Aug 12 06:33:54 2026 -0400
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
Fix GH-15375: nested "yield from" skips items after valid()/next()
diff --cc NEWS
index c18dfda62aa,ffefe0d338e..ab010e5a0ec
--- a/NEWS
+++ b/NEWS
@@@ -1,16 -1,14 +1,20 @@@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 8.4.26
+?? ??? ????, PHP 8.5.11
+ - Core:
+ . Fixed bug GH-15375 (Nested "yield from" skips items after a valid() or
+ next() call on the inner generator). (iliaal)
+
-27 Aug 2026, PHP 8.4.25
+- Readline:
+ . Fixed the interactive shell not waiting for the pager process to exit.
+ (Weilin Du)
+
+
+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)