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');Any ideas about that?
Regards,
Stabilo