php-src/ext/pdo_sqlite
Christoph M. Becker 87392eff1a Require SQLite ≥ 3.5.0 for ext/sqlite3 and ext/pdo_sqlite
It is possible to pass flags when opening an SQLite database.  For
Sqlite < 3.5.0 these are ignored, since `sqlite3_open` doesn't support
flags.  Neither a warning or notice is raised in this case, nor is this
behavior documented in the PHP manual.  Instead of fixing it either
way, we lift the requirement to SQLite 3.5.0 (released on 2007-09-04)
instead of the former SQLite 3.3.9 (released on 2007-01-04).
2018-10-13 12:15:58 +02:00
..
tests Use EXPECT instead of EXPECTF when possible 2018-09-16 15:39:18 -03:00
config.m4 Require SQLite ≥ 3.5.0 for ext/sqlite3 and ext/pdo_sqlite 2018-10-13 12:15:58 +02:00
config.w32 Unbundle libsqlite3 2018-10-06 12:36:55 +02:00
CREDITS
pdo_sqlite.c Add \PDO::SQLITE_ATTR_READONLY_STATEMENT 2018-08-01 17:45:20 -04:00
php_pdo_sqlite.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_pdo_sqlite_int.h Add \PDO::SQLITE_ATTR_READONLY_STATEMENT 2018-08-01 17:45:20 -04:00
sqlite_driver.c Require SQLite ≥ 3.5.0 for ext/sqlite3 and ext/pdo_sqlite 2018-10-13 12:15:58 +02:00
sqlite_statement.c Unbundle libsqlite3 2018-10-06 12:36:55 +02:00