. Changed default of $variant parameter of idn_to_ascii() and idn_to_utf8().
(cmb)
+- PDO_OCI:
+
+ . Fixed bug #76908 (PDO_OCI getColumnMeta() not implemented).
+ (Valentin Collet, Chris Jones, Remi)
+
- PDO_SQLite:
. Implemented sqlite_stmt_readonly in PDO_SQLite. (BohwaZ)
2. New Features
========================================
+- PDO_OCI:
+ . PDOStatement::getColumnMeta is now available
+
- 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