Commit e0c1b299493 for php.net

commit e0c1b29949311be7c5a9d439567bd0aca0477d7f
Author: Saki Takamachi <saki@php.net>
Date:   Sat Sep 5 10:23:24 2026 +0900

    NEWS for GH-21864

diff --git a/NEWS b/NEWS
index 6ca8aa09a4c..699339680c4 100644
--- a/NEWS
+++ b/NEWS
@@ -68,6 +68,10 @@ PHP                                                                        NEWS
   . Fixed PDO::CURSOR_SCROLL statements failing under lazy fetching
     (PDO::ATTR_PREFETCH => 0). (KentarouTakeda)

+- PDO Sqlite:
+  . Fixed bug GH-20214 (PDO::FETCH_DEFAULT unexpected behavior with
+    PDOStatement::setFetchMode). (SakiTakamachi)
+
 - Phar:
   . Fixed bug GH-23418 (Use-after-free when looking up mounted directories).
     (Weilin Du)