Skip to content

Instantly share code, notes, and snippets.

@francoispeyret
Created March 17, 2017 09:42
Show Gist options
  • Save francoispeyret/e77b98039fbb2f636b5a36b2413ac75b to your computer and use it in GitHub Desktop.
Save francoispeyret/e77b98039fbb2f636b5a36b2413ac75b to your computer and use it in GitHub Desktop.
Switch PHP5 vers PHP7
sudo a2dismod php5.6
sudo a2enmod php7.0
sudo service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment