* Thus wrote Al ([EMAIL PROTECTED]):
> I've got a website on an Apache virtual host and would like to install 
> the SQLite library.
> 
> Can someone give me a brief outline of what I need to do or point me to 
> a good writeup?

some info on sqlite:
  http://php.net/sqlite

You can compile and install the extension from the source located
here:
  http://pecl.php.net/sqlite


> 
> My host makes it tough to run command line code to make files, etc.
> 
> I've found a a Linux binary [sqlite.so].   And, they provide a means to 
> customize the php.ini.

You found it on your virtual host machine? or somewhere on the
internet?

I wouldnt trust any old .so laying around somewhere. If its on your
virtual host machine already then you can just add this to your
php.ini (assuming its in your extension path)

  extension=sqlite.so


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to