Last active
December 26, 2021 19:50
-
-
Save yusufusta/31c804d82d49053372571cc9c00e9349 to your computer and use it in GitHub Desktop.
php 7.4 installer ubuntu
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 apt update | |
| sudo apt-get install software-properties-common | |
| sudo apt-get install python-software-properties software-properties-common | |
| sudo LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php | |
| sudo apt-get update | |
| sudo apt-get install php7.4 php7.4-dev php7.4-xml php7.4-zip php7.4-gmp php7.4-cli php7.4-mbstring php7.4-json php7.4-mysql git -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment