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".
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
Para que esta extensão funcione, existem arquivos DLL que devem estar disponíveis no PATH do sistema Windows. Para saber como fazer isso, veja a FAQ intitulada "Como eu adiciono o meu diretório PHP ao PATH do Windows". Embora copiar arquivos DLL da pasta do PHP para o diretório system do Windows também funcione (porque o diretório system está, por padrão, no PATH do sistema), isso não é recomendado. Esta extensão requer que os seguintes arquivos estejam no PATH: libsqlite3.dll.
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".
On CentOS 6.4 many libraries are not activated... SQLite is one of them.