From: Christoph M. Becker Date: Fri, 21 Sep 2018 13:00:07 +0000 (+0200) Subject: Update NEWS and UPGRADING wrt. PR 2760 X-Git-Tag: php-7.4.0alpha1~1849 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b9b398daad24d8829df487131bdf5d266e34f74;p=php Update NEWS and UPGRADING wrt. PR 2760 --- 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 ========================================