Commit 4afc970827a for php.net
commit 4afc970827a038e380551cc97e9a14493cae0854
Author: Ilia Alshanetsky <ilia@ilia.ws>
Date: Tue Jul 7 08:31:42 2026 -0400
[skip ci] Add NEWS entry for GH-15672 and GH-15911
diff --git a/NEWS b/NEWS
index 705ff85b2a6..11c9d1db1af 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ PHP NEWS
. Sync Boost.Context assembly with 1.91.0. (kn1g78)
. Fixed bug GH-22387 (AST pretty-printing drops meaningful parentheses around
RHS of instanceof). (timwolla)
+ . Fixed bug GH-15672 and GH-15911 (Stack overflow when an internal function
+ recurses through zend_call_function, such as a self-attached SPL
+ iterator). (iliaal)
- DBA:
. Fixed OOB read on malformed length field in dba flatfile handler. (alhudz)