[CentOS] SQLite with PHP5 problem
Jason Bradley Nance
aitrus at tresgeek.netThu Jul 20 02:34:59 UTC 2006
- Previous message: [CentOS] SQLite with PHP5 problem
- Next message: [CentOS] SQLite with PHP5 problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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".
You're loading the pdo version of SQLite, but trying to use the old
non-pdo functions.
See docs: http://us2.php.net/manual/en/ref.pdo-sqlite.php
j
--
Jason Bradley Nance What would you cry for?
aitrus at tresgeek.net Swallow your pride for?
Tres Geek What would you go wild for?
http://tresgeek.net/
-Poe, "Wild"
--
- Previous message: [CentOS] SQLite with PHP5 problem
- Next message: [CentOS] SQLite with PHP5 problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list