Commit 159b4ee0860 for php.net
commit 159b4ee08602774fa64671e86e8bb4381ca74fbb
Author: Gina Peter Banyard <girgias@php.net>
Date: Mon Apr 13 11:37:59 2026 +0100
Add NEWS entry for SplFileObject iterator fixes
diff --git a/NEWS b/NEWS
index a7ad6778875..f5c9cfa7550 100644
--- a/NEWS
+++ b/NEWS
@@ -133,6 +133,8 @@ PHP NEWS
- SPL:
. DirectoryIterator key can now work better with filesystem supporting larger
directory indexing. (David Carlier)
+ . Fix bugs GH-8561, GH-8562, GH-8563, and GH-8564 (Fixing various
+ SplFileObject iterator desync bugs). (iliaal)
- Sqlite3:
. Fix NUL byte truncation in sqlite3 TEXT column handling. (ndossche)