Re: [sqlite] php 5 / sqlite 3 - is it possible ??

2005-07-02 Thread John LeSueur

Philip Butler wrote:


Hi all,

I have been trying to use the latest sqlite 3 with PHP 5.  I have 
sqlite 3 compiled OK, but cannot seem to figure out how to get PHP 5 
to "link it in".


I have tried options like --with-sqlite=/path  (where path is the path 
to the sqlite library).


I have also tried:

extension=libsqlite3.so in my php.ini file

Each time, phpinfo returns back that sqlite is still at version 2.

Is there a nifty trick to get around this ??

Thanks,

Phil


you should probably direct this question to the PHP-General mailing list.

John


[sqlite] php 5 / sqlite 3 - is it possible ??

2005-07-02 Thread Philip Butler

Hi all,

I have been trying to use the latest sqlite 3 with PHP 5.  I have 
sqlite 3 compiled OK, but cannot seem to figure out how to get PHP 5 to 
"link it in".


I have tried options like --with-sqlite=/path  (where path is the path 
to the sqlite library).


I have also tried:

extension=libsqlite3.so in my php.ini file

Each time, phpinfo returns back that sqlite is still at version 2.

Is there a nifty trick to get around this ??

Thanks,

Phil