Skip to content

Instantly share code, notes, and snippets.

@andxbes
Last active July 14, 2022 06:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andxbes/b5bd9a2ecfde163f8e7129d87f7cae52 to your computer and use it in GitHub Desktop.
Save andxbes/b5bd9a2ecfde163f8e7129d87f7cae52 to your computer and use it in GitHub Desktop.
Смена, понижение, версии php на Mac OS
brew install php@8.0
brew unlink php@8.1
brew services stop php@8.1
brew link --force --overwrite php@8.0
brew services start php@8.0
brew services restart php
php -v
sudo nginx -s reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment