Posted by Scott Auge on 07/19/05 20:57
In article <2005071916544816807%richard@richardhulbertcom>,
Richard Hulbert <richard@richardhulbert.com> wrote:
> Hi there all
>
> I am trying to get SQLite working with php4 I have installed using the
> command line 'pear install SQLite' - so far so good. this is supposed to
> (as I understand it) DL the package install it and mod php.ini.
>
> However when I run phpinfo() it does not seem to be installed.
>
>
> Any help greatly appreciated
>
> Richard
I think it is PHP 5 that has the SQLite built in.
You will need to build php 5 from source and install it on your apple.
Apple is still distributing PHP 4.
developer.apple.com has some articles on building from source. Just do
a search on PHP on that page and bunch of articles will come up.
Watch out for software updates regarding PHP from apple, it will
overwrite your install. It is worth writing down the steps!
[Back to original message]
|