Skip to content

Instantly share code, notes, and snippets.

@SimonJThompson
Created July 18, 2019 08:26
Show Gist options
  • Save SimonJThompson/9aefe66cfcb4f7c437ab30f4f2ecdb8d to your computer and use it in GitHub Desktop.
Save SimonJThompson/9aefe66cfcb4f7c437ab30f4f2ecdb8d to your computer and use it in GitHub Desktop.
yum remove php56u*
yum install php72u-common.x86_64 php72u-cli.x86_64 php72u-fpm.x86_64 php72u-opcache.x86_64 php72u-mysqlnd.x86_64
yum install php72u-bcmath.x86_64 php72u-intl.x86_64 php72u-pdo.x86_64
yum install php72u-xml.x86_64 php72u-gd.x86_64 php72u-sodium.x86_64 php72u-soap.x86_64 php72u-mbstring.x86_64 php72u-json.x86_64
service nginx restart && service php-fpm restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment