Answers for "mac install multiple php versions"

PHP
0

mac install multiple php versions

brew install [email protected]
brew install [email protected]
brew install [email protected]
brew install [email protected]
brew install [email protected]
brew install [email protected]
Posted by: Guest on February-10-2021
0

mac install multiple php versions

# Switch from 7.4 to 5.6
brew unlink [email protected]
brew link [email protected] --force
Posted by: Guest on February-10-2021

Code answers related to "mac install multiple php versions"

Browse Popular Code Answers by Language