Skip to content

Instantly share code, notes, and snippets.

@YoSoyPhil
Created February 17, 2019 18:35
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 YoSoyPhil/414bfa2c9f2128cd299cf9ecf6031215 to your computer and use it in GitHub Desktop.
Save YoSoyPhil/414bfa2c9f2128cd299cf9ecf6031215 to your computer and use it in GitHub Desktop.
php73 on CentOS 7
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