SQL lite + PHP 4 COMplie how to
Posted: Sun Oct 26, 2003 10:48 pm
how do i complie php 4.XXX to support SQL-Lite database support
or is it only PHP 5 that supports SQL LITE
or is it only PHP 5 that supports SQL LITE
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
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).