Installation
Read the INSTALL file, which comes with the package. Or just use the PEAR
- installer with "pear install sqlite".
+ installer with pear install sqlite.
SQLite itself is already included, You do not need to install
any additional software.
@@ -46,7 +46,7 @@
compiled by default. However, since PHP 5.1.0 you need to manually
activate the extension in &php.ini; (because it is now bundled as
shared). Moreover, since PHP 5.1.0 SQLite depends on PDO so it must be enabled too, by adding the
+ linkend="ref.pdo">PDO it must be enabled too, by adding the
following lines to &php.ini; (in order):
@@ -56,6 +56,9 @@ extension=php_sqlite.dll
]]>
+ On Linux or Unix operating systems, if you build PDO as a shared
+ extension, you must build SQLite as a shared extension using the
+ --with-sqlite=shared configure option.
SQLite 3 is supported through