Skip to content

Instantly share code, notes, and snippets.

@thecodeholic
Last active December 9, 2024 07:00
Show Gist options
  • Save thecodeholic/75468cd0553f0581582688dc12a90d25 to your computer and use it in GitHub Desktop.
Save thecodeholic/75468cd0553f0581582688dc12a90d25 to your computer and use it in GitHub Desktop.
Switch PHP Version
# You must run this file with sudo
a2dismod php5.6
a2enmod php7.1
service apache2 restart
update-alternatives --set php /usr/bin/php7.1
update-alternatives --set phar /usr/bin/phar7.1
update-alternatives --set phar.phar /usr/bin/phar.phar7.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment