Re: [PHP] php with modified version of sqlite

2008-03-03 Thread Richard Lynch
On Fri, February 29, 2008 2:58 pm, Jean-Christophe Roux 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

[PHP] php with modified version of sqlite

2008-02-29 Thread Jean-Christophe Roux
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

Re: [PHP] php with modified version of sqlite

2008-02-29 Thread Greg Donald
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