インストール/設定
PHP Manual

実行時設定

php.ini の設定により動作が変化します。

SQLite3 設定オプション
名前 デフォルト 変更可能 Changelog
sqlite3.extension_dir NULL PHP_INI_SYSTEM leave empty. this will be fiiled by an automatic script

以下に設定ディレクティブに関する 簡単な説明を示します。

sqlite3.extension_dir string

Path to the directory where the loadable extensions for SQLite reside.


インストール/設定
PHP Manual