Last active
December 26, 2019 15:31
-
-
Save afahitech/112a00996e93d60b97778593a3e8b548 to your computer and use it in GitHub Desktop.
Install PHP version 5.6
This file contains hidden or 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 add-apt-repository ppa:ondrej/apache2 | |
| $ sudo apt-get update | |
| $ sudo apt-get install -y php5.6 | |
| $ php -v | |
| $ php --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment