Created
February 17, 2019 18:35
-
-
Save YoSoyPhil/414bfa2c9f2128cd299cf9ecf6031215 to your computer and use it in GitHub Desktop.
php73 on CentOS 7
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
sudo yum -y install http://rpms.remirepo.net/enterprise/remi-release-7.rpm | |
sudo yum -y install epel-release yum-utils | |
sudo yum-config-manager --disable remi-php54 | |
sudo yum-config-manager --enable remi-php73 | |
sudo yum -y install php php-cli php-fpm php-mysqlnd php-zip php-devel php-gd php-mcrypt php-mbstring php-curl php-xml php-pear php-bcmath php-json | |
php -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment