Created
October 30, 2019 21:32
-
-
Save backroot/a8643666b984adab980494c9f5eb9ab6 to your computer and use it in GitHub Desktop.
Install PHP 7.3 for CentOS 7
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
#!/usr/bin/bash | |
sudo yum -y install libmcrypt-devel libargon2 --enablerepo=epel | |
sudo yum -y install http://rpms.famillecollet.com/enterprise/remi-release-7.rpm | |
sudo yum -y install --enablerepo=remi,remi-php73 php php-mbstring php-xml php-xmlrpc php-gd php-pdo php-pecl-mcrypt php-mysqlnd php-pecl-mysql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment