Skip to content

Instantly share code, notes, and snippets.

@andrewslince
Last active August 18, 2016 17:05
Show Gist options
  • Save andrewslince/19c96a00b6869f001f856b269b91bf11 to your computer and use it in GitHub Desktop.
Save andrewslince/19c96a00b6869f001f856b269b91bf11 to your computer and use it in GitHub Desktop.
Upgrading the PHP v.5.5.x to v.5.6, on Ubuntu 14.04 LTS
sudo apt-get install software-properties-common -y &&
sudo add-apt-repository ppa:ondrej/php5-5.6 &&
sudo apt-get update &&
sudo apt-get install php5 -y
# other installation type: http://stackoverflow.com/a/38086429
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment