Displaying 1 result from an estimated 1 matches for "sqlite_open".
2006 Jul 20
1
SQLite with PHP5 problem
...d
from FC5 will not work with this class.
With the error "undefined class SQLiteDatabase"!
And there *IS* the "pdo_sqlite.so" extension in my php.d/pdo.ini file, as
well as the "pdo.so" class.
But when I testing the SQLite support with:
dl("pdo_sqlite.so");
sqlite_open(xxx);
new SQLiteDatabase(xxx);
The result is the "dl" line will give out a warning showing that the
"pdo_sqlite.so" is already loaded.
The "sqlite_open" line will give out a message showing that no function such
like "sqlite_open".
All the solutions by Goog...