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".
SQLite3 拡張モジュールはデフォルトで有効になっています。
無効にするには、コンパイル時に --without-sqlite3
を指定します。
Windows ユーザーは、この拡張モジュールを使用するには php_sqlite3.dll を有効にしなければなりません。 この DLL は、Windows 版 PHP に含まれています。
注意: PHP 7.4.0 以降の、Windows における追加セットアップ
この拡張モジュールを動作させるには、 Windows システムの PATH が通った場所に DLL ファイルが存在する必要があります。 FAQ の "Windows で PHP のディレクトリを PATH に追加するにはどうすればいいのですか?" で、その方法を説明しています。 DLL ファイルを PHP のフォルダから Windows のシステムディレクトリにコピーしても動作します (システムディレクトリは、デフォルトで PATH に含まれるからです) が、これは推奨しません。 この拡張モジュールを使用するには、以下のファイルが 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.