Re: [PHP-DEV] PDO and SQLite Compatibility

2006-05-22 Thread Wez Furlong
Yes... but since we only create the older format of sqlite files with the bits we bundle with PHP, preserving compat with our own stuff is higher priority. If you're interoperating with other processes that create sqlite files, then you should probably be building against your own install of libs

Re: [PHP-DEV] PDO and SQLite Compatibility

2006-05-22 Thread Al Baker
On Sat, 2006-05-20 at 17:27 -0400, Wez Furlong wrote: > On 5/20/06, Al Baker <[EMAIL PROTECTED]> wrote: > > Are there any plans for upgrading the SQLite driver? > > Yes. We didn't want to do this in a point release of PHP because of > BC concerns. I think moving to 3.3 would be more favorable t

Re: [PHP-DEV] PDO and SQLite Compatibility

2006-05-20 Thread Wez Furlong
On 5/20/06, Al Baker <[EMAIL PROTECTED]> wrote: Are there any plans for upgrading the SQLite driver? Yes. We didn't want to do this in a point release of PHP because of BC concerns. there doesn't appear to be anyway to compile the driver against an existing sqlite installation (e.g. --with-p

[PHP-DEV] PDO and SQLite Compatibility

2006-05-20 Thread Al Baker
Hi, While working on a large embedded project using PHP and SQLite, I ran into some compatibility issues where the sqlite guys broke file compatibility on a dot release. The SQLite situation is: - SQLite 3.3.x can read and write any SQLite 3.x file - SQLite 3.2.x cannot work with SQLite 3.3.0+ f