]> granicus.if.org Git - php/commitdiff
Update NEWS and UPGRADING wrt. PR 2760
authorChristoph M. Becker <cmbecker69@gmx.de>
Fri, 21 Sep 2018 13:00:07 +0000 (15:00 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Fri, 21 Sep 2018 13:15:40 +0000 (15:15 +0200)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 0db3bdb234f6f8334559668b4a85a63489ffa887..49d5716d8762f873905cbb8ba1a34d04ab9d2a1f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,9 @@ PHP                                                                        NEWS
   . Changed default of $variant parameter of idn_to_ascii() and idn_to_utf8().
     (cmb)
 
+- PDO_SQLite:
+  . Implemented sqlite_stmt_readonly in PDO_SQLite. (BohwaZ)
+
 - SQLite3:
   . Updated to SQLite 3.25.1. (cmb)
 
index 9affb5b1297fe95ab77b9511fd037da487561c4d..629b51b9126482f96ef206220fb0a6fbeb2c08a9 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -27,6 +27,11 @@ PHP 7.4 UPGRADE NOTES
 2. New Features
 ========================================
 
+- PDO_SQLite:
+  . PDOStatement::getAttribute(PDO::SQLITE_ATTR_READONLY_STATEMENT) allows to
+    check whether this statement is read-only, i.e. whether it doesn't modify
+    the database.
+
 ========================================
 3. Changes in SAPI modules
 ========================================