php8.5
Home/ Manual/ reference / pdo_sqlite/ Additional setup on Windows as of PHP 7.4.0

Additional setup on Windows as of PHP 7.4.0

The PDO_SQLITE PDO driver is enabled by default. To disable, --without-pdo-sqlite[=DIR] may be used, where the optional [=DIR] is the sqlite base install directory. As of PHP 7.4.0 libsqlite ≥ 3.5.0 is required, and as of PHP 8.5.0 libsqlite ≥ 3.7.17 is required. Formerly, the bundled libsqlite could have been used instead, and was the default, if [=DIR] has been omitted.

Install

The PDO_SQLITE PDO driver is enabled by default. To disable, --without-pdo-sqlite[=DIR] may be used, where the optional [=DIR] is the sqlite base install directory. As of PHP 7.4.0 libsqlite ≥ 3.5.0 is required, and as of PHP 8.5.0 libsqlite ≥ 3.7.17 is required. Formerly, the bundled libsqlite could have been used instead, and was the default, if [=DIR] has been omitted.

Note

Dll libsqlite3.dll.

Source: reference/pdo_sqlite/configure.xml · from the official PHP manual (php/doc-en)