mac install multiple php versions code example
Example 1: mac install multiple php versions
# Switch from 7.4 to 5.6
brew unlink [email protected]
brew link [email protected] --force
Example 2: 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]