Update NEWS and UPGRADING wrt. PR 2760

This commit is contained in:
Christoph M. Becker 2018-09-21 15:00:07 +02:00
parent 759e066938
commit 7b9b398daa
2 changed files with 8 additions and 0 deletions

3
NEWS
View File

@ -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)

View File

@ -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
========================================