. Implemented sqlite_stmt_readonly in PDO_SQLite. (BohwaZ)
- SQLite3:
- . Updated to SQLite 3.25.1. (cmb)
+ . Unbundled libsqlite. (cmb)
- Standard:
. Fixed bug #74764 (Bindto IPv6 works with file_get_contents but fails with
results of Reflection...::getModifiers(), using hard-coded numeric values.
Use corresponding constants instead (e.g. ReflectionMethod::IS_PUBLIC).
+- SQLite3:
+ . The bundled libsqlite has been removed. To build the SQLite3 and/or
+ PDO_SQLite extensions a system libsqlite3 ≥ 3.3.9 is now required.
+
- Zip:
. The bundled libzip library has been removed. A system libzip >= 0.11 is now
necessary to build the extension.