Has anyone ever installed PHP5 with SQLiteDatabase class support in CentOS 4.3?<br>I have to run a program with this class for a core feature.<br>But unfortunately, both the php 5.0.4 package in centosplus and a SRPM build from FC5 will not work with this class.
<br>With the error "undefined class SQLiteDatabase"!<br><br>And there *IS* the "pdo_sqlite.so" extension in my php.d/pdo.ini file, as well as the "pdo.so" class.<br>But when I testing the SQLite support with:
<br><br>dl("pdo_sqlite.so");<br>sqlite_open(xxx);<br>new SQLiteDatabase(xxx);<br><br>The result is the "dl" line will give out a warning showing that the "pdo_sqlite.so" is already loaded.<br>
The "sqlite_open" line will give out a message showing that no function such like "sqlite_open".<br><br>All the solutions by Google cannot solve this.<br>Is there anyone can explain this? Or can anyone use SQLite in PHP5?
<br clear="all"><br>-- <br>Zijing 14# 1404B Tsinghua Univ.<br>+86 -10 -51532401<br>Zig