Skip to content

Instantly share code, notes, and snippets.

@Mrkisha
Created March 16, 2017 22:49
Show Gist options
  • Save Mrkisha/73de54cab6ffa7b60d09cc97acb83478 to your computer and use it in GitHub Desktop.
Save Mrkisha/73de54cab6ffa7b60d09cc97acb83478 to your computer and use it in GitHub Desktop.
Switch between php version on debian/ubuntu
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