Page 1 of 1

"sqlite_open" works, "new SQLiteDatabase" don't

Posted: Wed May 21, 2008 12:13 pm
by stabilo
Hi,

I just installed the SQLite extension via "pecl install sqlite". Everything seems to be fine, except the fact that the OO-Style doesn't work. If I code something like

Code: Select all

$dbhandle = new SQLiteDatabase('sqlitedb');
PHP complains about "PHP Fatal error: Class 'SQLiteDatabase' not found"

Any ideas about that?


Regards,


Stabilo