Created
October 30, 2016 18:37
-
-
Save madeindjs/703ba667a630068cd3ea32604c04c5a8 to your computer and use it in GitHub Desktop.
Upgrade PHP 5.5 to PHP 5.6
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 software-properties-common | |
sudo add-apt-repository ppa:ondrej/php5-5.6 | |
sudo apt-get update | |
sudo apt-get upgrade | |
sudo apt-get install php5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment