On 2/29/08, Jean-Christophe Roux <[EMAIL PROTECTED]> wrote:
> Hello,
>
>  I am running php 5.1.6 on a Centos 5.0 box (installed with yum). My php app 
> uses pdo_sqlite. The issue is that I am going to have to use a special 
> version of sqlite with some custom functions. How do I control which version 
> of sqlite, php is calling?
>  Thanks for any advice

PHP can use whatever version of SQLite you compile it against.  I do
believe SQLite version 3 is the current popular version.


-- 
Greg Donald
http://destiney.com/

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

Reply via email to