Created
July 18, 2019 08:26
-
-
Save SimonJThompson/9aefe66cfcb4f7c437ab30f4f2ecdb8d to your computer and use it in GitHub Desktop.
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
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