Comportamentul acestor funcții este afectat de parametrii stabiliți în php.ini.
Denumire | Valoare implicită | Poate fi modificată | Jurnal al modificărilor |
---|---|---|---|
sqlite3.extension_dir | "" | PHP_INI_SYSTEM | Available as of PHP 5.3.11. |
sqlite3.defensive | 1 | PHP_INI_SYSTEM | Available as of PHP 7.2.17 and 7.3.4 for libsqlite ≥ 3.26.0. |
Iată o explicație pe scurt a directivelor de configurare.
sqlite3.extension_dir
string
Path to the directory where the loadable extensions for SQLite reside.
sqlite3.defensive
bool
When the defensive flag is enabled, language features that allow ordinary SQL to deliberately corrupt the database file are disabled. This forbids writing directly to the schema, shadow tables (eg. FTS data tables), or the sqlite_dbpage virtual table. This php.ini setting is only effective for libsqlite ≥ 3.26.0.