sqlite3 support on centos with PECL?
        Posted  
        
            by 
                shadow_of__soul
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by shadow_of__soul
        
        
        
        Published on 2010-07-25T12:34:51Z
        Indexed on 
            2011/11/28
            1:54 UTC
        
        
        Read the original article
        Hit count: 504
        
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?
© Server Fault or respective owner