Skip to content

Instantly share code, notes, and snippets.

@quacos
Created April 23, 2020 17:47
Show Gist options
  • Select an option

  • Save quacos/d9eecad020981952ccc9e2dc30d4b0c6 to your computer and use it in GitHub Desktop.

Select an option

Save quacos/d9eecad020981952ccc9e2dc30d4b0c6 to your computer and use it in GitHub Desktop.
Downgrade php on CentOS
#!/bin/bash
yum downgrade php php-cli php-common php-soap php-pecl-zip php-process php-gmp php-pdo php-ldap php-pecl-mcrypt php-json php-mbstring php-pspell php-mysqlnd php-gd php-imap php-intl php-bcmath php-xml php-sodium php-tidy php-xmlrpc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment