sqlite3 support on centos with PECL?
- by shadow_of__soul
i just realized that the rpm version of php that i have installed on the server don't have sqlite support (well it have the PDO support but for some reason don't work)
so i installed as a PECL extension, and now it show the support on the phpinfo() but still the open inviter script give me the error of:
Call to undefined function sqlite_open()
and i already restarted httpd also
any hint where i can find a solution or guide?