Created
January 15, 2018 03:57
-
-
Save HostOnNet/51d98edb4cad6615572282a4381a67b9 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
You can enable php 7.2 with | |
systemctl stop php-fpm && systemctl start php72-php-fpm | |
Switch back to 7.1 | |
systemctl stop php72-php-fpm && systemctl start php-fpm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment