Last active
November 20, 2023 12:12
-
-
Save musasoftlabx/882c00ecf6ab0469b8897490b2681eee to your computer and use it in GitHub Desktop.
Install PHP 7.4
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
Install PHP7.4 | |
1. sudo yum -y install wget | |
1.1 sudo yum install epel-release-latest-7.noarch.rpm | |
2. sudo yum install epel-release | |
3. sudo rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm | |
4. sudo yum --enablerepo=remi-php74 install php | |
5. sudo yum --enablerepo=remi-php74 install php-curl php-mysql php-cli php-gd php-ldap php-zip php-fileinfo php-xml php-soap php-xmlrpc php-mbstring php-json php-gd php-mcrypt | |
6. sudo yum update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment