SQL lite + PHP 4 COMplie how to

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
harsha
Forum Contributor
Posts: 103
Joined: Thu Jul 11, 2002 1:35 am
Location: Bengaluru (Bangalore) > Karnataka > India

SQL lite + PHP 4 COMplie how to

Post 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
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post 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
Post Reply