mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
![]() 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). |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
config.w32 | ||
CREDITS | ||
pdo_sqlite.c | ||
php_pdo_sqlite.h | ||
php_pdo_sqlite_int.h | ||
sqlite_driver.c | ||
sqlite_statement.c |