php fatal error: class sqlite3 is not found in

前端 未结 8 1745
别跟我提以往
别跟我提以往 2020-12-20 12:46

Im using ubuntu 12.04, and php 5.x I need to use sqlite3 in it but Im getting an error of

php fatal error: class sqlite3 not found

I done

8条回答
  •  北荒
    北荒 (楼主)
    2020-12-20 13:27

    Found a solution my self,

    I installed

     $ sudo apt-get install php5-sqlite
    

    not

     $ sudo apt-get install php5-sqlite3
    

    and using sqlite3 class only.. no issue now.

提交回复
热议问题