Skip to content

Instantly share code, notes, and snippets.

@hewersonfreitas
Created January 22, 2020 14:47
Show Gist options
  • Save hewersonfreitas/666705db4d12a74c96c92e67169922ae to your computer and use it in GitHub Desktop.
Save hewersonfreitas/666705db4d12a74c96c92e67169922ae to your computer and use it in GitHub Desktop.
sudo a2dismod php7.0
sudo a2enmod php5.6
sudo service apache2 restart
sudo update-alternatives --set php /usr/bin/php5.6
sudo update-alternatives --set phar /usr/bin/phar5.6
sudo update-alternatives --set phar.phar /usr/bin/phar.phar5.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment