how to enable sqlite3 for php?

前端 未结 15 820
野性不改
野性不改 2020-11-28 03:53

I am trying to install sqlite3 for PHP in Ubuntu.

I install apt-get php5-sqlite3 and edited php.ini to include sqlite3 extension.

W

15条回答
  •  攒了一身酷
    2020-11-28 04:15

    Depends on the version of PHP. For php7.0 the following commands work:
    sudo apt-get install php7.0-sqlite3
    then restart the Apache server:
    sudo service apache2 restart

提交回复
热议问题