Skip to content

Instantly share code, notes, and snippets.

@IgorM-Oliveira
Last active October 30, 2023 12:37
Show Gist options
  • Save IgorM-Oliveira/d0655e9afa06a4843beb18d69c4e643a to your computer and use it in GitHub Desktop.
Save IgorM-Oliveira/d0655e9afa06a4843beb18d69c4e643a to your computer and use it in GitHub Desktop.
enable_version_php

Version PHP 8.2

sudo update-alternatives --set php /usr/bin/php8.2

Version PHP 7.4

sudo update-alternatives --set php /usr/bin/php7.4

Version PHP 5.6

sudo update-alternatives --set php /usr/bin/php5.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment