how do i complie php 4.XXX to support SQL-Lite database support
or is it only PHP 5 that supports SQL LITE
SQL lite + PHP 4 COMplie how to
Moderator: General Moderators
http://de.php.net/manual/en/ref.sqlite.php
either pear install sqlite
or http://snaps.php.net/win32/PECL_STABLE/php_sqlite.dll and add the extension to php.ini
It's really that simpleInstallation
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).
either pear install sqlite
or http://snaps.php.net/win32/PECL_STABLE/php_sqlite.dll and add the extension to php.ini