Last active
December 21, 2015 23:29
-
-
Save 2tunnels/6382389 to your computer and use it in GitHub Desktop.
Install PHP 5.5 on Ubuntu 12.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install python-software-properties | |
sudo add-apt-repository ppa:ondrej/php5 | |
sudo apt-get update | |
sudo apt-get upgrade | |
sudo apt-get install php5-cli php5-common php5-fpm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment