Skip to content

Instantly share code, notes, and snippets.

@otnansirk
Created October 10, 2020 16:04
Show Gist options
  • Save otnansirk/c94dda0fd2db28be41d74f9fe3a7f186 to your computer and use it in GitHub Desktop.
Save otnansirk/c94dda0fd2db28be41d74f9fe3a7f186 to your computer and use it in GitHub Desktop.
#php7.2 to php7.4
if now in php7.2
=> sudo update-alternatives --set php /usr/bin/php7.4
#php7.4 to php7.2
if now in php7.4
=> sudo update-alternatives --set php /usr/bin/php7.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment