©
本文档使用
php.cn手册 发布
The SQLite extension is enabled by default as of PHP 5.0. Beginning with PHP 5.4, the SQLite extension is available only via PECL.
[#1] nidhinstopspam-3 at yahoo dot com [2014-03-26 14:44:51]
To enable SQLite extension in PHP simply open the php.ini file find the following line and uncomment it:
;extension=php_sqlite3.dll
This will be found under the section 'Dynamic Extensions' in php.ini file
[#2] andrew at NOSPAM dot aljweb dot com [2014-02-01 14:06:11]
This is the old SQLite2 extension, SQLite3 is the current SQLite driver for PHP 5.3+ and is included by default.
[#3] Anonymous [2013-07-25 14:59:03]
This does not explain what PECL is to those just simply wanting to enable SQLite