Skip to content

Instantly share code, notes, and snippets.

@netplayer
Last active February 22, 2025 19:10
Show Gist options
  • Select an option

  • Save netplayer/4fb1defb5464eee7dc7e5a81ac1678af to your computer and use it in GitHub Desktop.

Select an option

Save netplayer/4fb1defb5464eee7dc7e5a81ac1678af to your computer and use it in GitHub Desktop.
disable php5 enable php7
Interactive switching mode
---------------------------
sudo update-alternatives --config php
Manual Switching
----------------=
sudo a2dismod php5
sudo a2enmod php7.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment