Skip to content

Instantly share code, notes, and snippets.

@tesmojones
Created September 14, 2018 08:15
Show Gist options
  • Save tesmojones/80eb58988870fc958342ced80d25b027 to your computer and use it in GitHub Desktop.
Save tesmojones/80eb58988870fc958342ced80d25b027 to your computer and use it in GitHub Desktop.
Install PHP 7.2 in Centos 7
sudo yum install epel-release yum-utils
sudo yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
sudo yum-config-manager --enable remi-php72
sudo yum install php php-common php-opcache php-mcrypt php-cli php-gd php-curl php-mysqlnd
php -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment