[PHP] php/sqlite3

2009-07-08 Thread bruce
hi... i've got an issue where i'm trying to incorporate sqlite3 into my php. i'm running fedora 9, php5.2.9. the php app was installed using the tun install process... i know the docs say that php5+ is supposed to have sqlite incorporate natively... however, on this box, it doesn't! when i

Re: [PHP] php/sqlite3

2009-07-08 Thread Robyn Overstreet
Did you try connecting using a PDO object instead of sqlite_open? I'm not positive, but it looks like the sqlite_ only work with sqlite2 ... R On Wed, Jul 8, 2009 at 2:55 PM, brucebedoug...@earthlink.net wrote: hi... i've got an issue where i'm trying to incorporate sqlite3 into my php.

Re: [PHP] php/sqlite3

2009-07-08 Thread Paul M Foster
On Wed, Jul 08, 2009 at 02:55:04PM -0700, bruce wrote: hi... i've got an issue where i'm trying to incorporate sqlite3 into my php. i'm running fedora 9, php5.2.9. the php app was installed using the tun install process... i know the docs say that php5+ is supposed to have sqlite