[php-src] master: [skip ci] Add NEWS entry for GH-15672 and GH-15911
Ilia Alshanetsky <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Ilia Alshanetsky (iliaal)
Date: 2026-07-07T08:31:42-04:00
Commit: https://github.com/php/php-src/commit/4afc970827a038e380551cc97e9a14493cae0854
Raw diff: https://github.com/php/php-src/commit/4afc970827a038e380551cc97e9a14493cae0854.diff
[skip ci] Add NEWS entry for GH-15672 and GH-15911
Changed paths:
M NEWS
Diff:
diff --git a/NEWS b/NEWS
index 705ff85b2a6e..11c9d1db1af8 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)