Skip to content

Instantly share code, notes, and snippets.

@defrindr
Last active October 4, 2020 08:58
Show Gist options
  • Save defrindr/363647a07a8b083e147119bccad1a96f to your computer and use it in GitHub Desktop.
Save defrindr/363647a07a8b083e147119bccad1a96f to your computer and use it in GitHub Desktop.
change php version

Change PHP Version

sudo update-alternatives --config php
sudo a2disconf php[version]-fpm
sudo a2enconf php[version]-fpm
sudo service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment