I am trying to install sqlite3 for PHP in Ubuntu.
I install apt-get php5-sqlite3 and edited php.ini to include sqlite3 extension.
apt-get php5-sqlite3
php.ini
W
try this:
sudo apt-get --purge remove php5* sudo apt-get install php5 php5-sqlite php5-mysql sudo apt-get install php-pear php-apc php5-curl sudo apt-get autoremove sudo apt-get install php5-sqlite sudo apt-get install libapache2-mod-fastcgi php5-fpm php5