Installation/Konfiguration
PHP Manual

Laufzeit-Konfiguration

Das Verhalten dieser Funktionen wird durch Einstellungen in der php.ini beeinflusst.

SQLite3 Konfigurationsoptionen
Name Standard Veränderbar Changelog
sqlite3.extension_dir NULL PHP_INI_SYSTEM leave empty. this will be fiiled by an automatic script

Hier eine kurze Erklärung der Konfigurationsoptionen:

sqlite3.extension_dir string

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


Installation/Konfiguration
PHP Manual