Page 1 of 1

SQL lite + PHP 4 COMplie how to

Posted: Sun Oct 26, 2003 10:48 pm
by harsha
how do i complie php 4.XXX to support SQL-Lite database support

or is it only PHP 5 that supports SQL LITE

Posted: Mon Oct 27, 2003 8:05 am
by volka
http://de.php.net/manual/en/ref.sqlite.php
Installation

Read the INSTALL file, which comes with the package. Or just use the PEAR installer with "pear install sqlite". SQLite itself is already included, You do not need to install any additional software.

Windows users may download the DLL version of the SQLite extension here: (php_sqlite.dll).
It's really that simple
either pear install sqlite
or http://snaps.php.net/win32/PECL_STABLE/php_sqlite.dll and add the extension to php.ini