Skip to content

Instantly share code, notes, and snippets.

@hanksudo
hanksudo / gist:847fd0c35afe7929f0abbbb780c86557
Last active March 8, 2024 23:42
Install PHP 7 on Ubuntu 12.04
sudo apt-get install python-software-properties
sudo LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php7.0 php7.0-fpm php7.0-mysql -y

purge php5

sudo apt-get remove php5-common -y