©
本文档使用 PHP中文网手册 发布
SQLite3 扩展自 PHP 5.3.0 起已默认启用。 允许在编译时使用 --without-sqlite3 禁用之。
Windows 用户必须启用 php_sqlite3.dll 方可使用该扩展。自 PHP 5.3.0 起,此扩展的 DLL 文件 已包含于 Windows 版的 PHP 发行包中。
Note:
该扩展是 PECL 扩展的简化版本, 但后者仅建议用于实验性用途。
[#1] Ash [2014-06-09 22:40:31]
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".
[#2] spiro79 at gmail dot com [2013-06-05 21:17:36]
On CentOS 6.4 many libraries are not activated... SQLite is one of them.