From 7b9b398daad24d8829df487131bdf5d266e34f74 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Fri, 21 Sep 2018 15:00:07 +0200 Subject: [PATCH] Update NEWS and UPGRADING wrt. PR 2760 --- NEWS | 3 +++ UPGRADING | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 0db3bdb234..49d5716d87 100644 --- 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) diff --git a/UPGRADING b/UPGRADING index 9affb5b129..629b51b912 100644 --- 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 ======================================== -- 2.50.1