Answers for "install different versions of php on mac"

2

check php version mac

In terminal write:
> php -v
Posted by: Guest on March-02-2021
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

Code answers related to "install different versions of php on mac"

Browse Popular Code Answers by Language