Created
October 18, 2019 11:23
-
-
Save akmandev/2207ff3c57d7280920c6d6ed28ee8425 to your computer and use it in GitHub Desktop.
PHP 7.4 Installation - Ubuntu/Elementary OS
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/php | |
sudo apt-get update | |
sudo apt -y install php7.4 | |
php -v | |
sudo apt-get install -y php7.4-{curl,mbstring,mcrypt,opcache,xml,readline,zip,gd} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment