I have placed a copy of sqlite.so (php 4.2.2 + sqlite 2.8.12) at
http://home.graffiti.net/kenlo/sqlite.so
Simply placed it in /usr/lib/php4 and load it with dl('sqlite.so') or via php.ini as
usual.
Compiling sqlite.so for php < 4.3.3 is a bit tricky because of some changes in
config.m4 (I believe). Here are the steps to get it compiled.
1. Get SQLite-1.0.2 or later from pecl.php.net
2. Get sqlite-php from http://sourceforge.net/projects/sqlite-php/
3. Copy config.m4 and Makefile.in from this package to the SQLite-1.0.2 directory
4. run phpize
5. run ./configure --with-sqlite=shared
6. run make
7. that's it
Of course you must have the latest sqlite compiled and installed first.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]