How to solve Php 7 not found Sqlite3? [closed] How to solve Php 7 not found Sqlite3? [closed] php php

How to solve Php 7 not found Sqlite3? [closed]


sudo apt-get install php7.0-sqlite3


sudo apt install php-sqlite3

This worked for me and installed php7.0-sqlite3 and setup the config files.

This is for Ubuntu 16.04 and higher.