Skip to content

Instantly share code, notes, and snippets.

@HostOnNet
Created January 15, 2018 03:57
Show Gist options
  • Save HostOnNet/51d98edb4cad6615572282a4381a67b9 to your computer and use it in GitHub Desktop.
Save HostOnNet/51d98edb4cad6615572282a4381a67b9 to your computer and use it in GitHub Desktop.
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