Installazione

The SQLite3 extension is enabled by default. It's possible to disable it by using --without-sqlite3 at compile time.

Windows users must enable php_sqlite3.dll in order to use this extension. This DLL is included with Windows distributions of PHP.

Nota: Additional setup on Windows as of PHP 7.4.0

Perché questa estensione possa funzionare, delle DLL devono essere disponibili nel PATH di sistema di Windows. Vedere la FAQ intitolata "Come aggiungere la cartella di PHP al PATH in Windows" per informazioni su come farlo. Anche se copiare i file DLL dalla cartella di PHP alla cartella di sistema di Windows funziona (poiché la cartella di sistema è di default nel PATH di sistema), non è raccomandato. Questa estensione richiede che i seguenti file siano nel PATH: libsqlite3.dll.

add a note add a note

User Contributed Notes 2 notes

up
-15
Ash
10 years ago
On Windows, make sure the   extension_dir = "ext"  line in  php.ini   is uncommented and pointing to the correct extensions directory if different from "ext".
up
-75
spiro79 at gmail dot com
11 years ago
On CentOS 6.4 many libraries are not activated... SQLite is one of them.
To Top