Skip to content

Instantly share code, notes, and snippets.

@musasoftlabx
Last active November 20, 2023 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save musasoftlabx/882c00ecf6ab0469b8897490b2681eee to your computer and use it in GitHub Desktop.
Save musasoftlabx/882c00ecf6ab0469b8897490b2681eee to your computer and use it in GitHub Desktop.
Install PHP 7.4
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