. 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)
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
========================================