PHP configs.
This commit is contained in:
parent
bb97b312f1
commit
53a5c90c91
51 changed files with 2284 additions and 0 deletions
13
etc/php83/conf.d/99_sqlite3.ini
Normal file
13
etc/php83/conf.d/99_sqlite3.ini
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[sqlite3]
|
||||
; Directory pointing to SQLite3 extensions
|
||||
; http://php.net/sqlite3.extension-dir
|
||||
;sqlite3.extension_dir =
|
||||
|
||||
; SQLite defensive mode flag (only available from SQLite 3.26+)
|
||||
; 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.
|
||||
; https://www.sqlite.org/c3ref/c_dbconfig_defensive.html
|
||||
; (for older SQLite versions, this flag has no use)
|
||||
;sqlite3.defensive = 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue