mac install multiple php versions

Solutions on MaxInterview for mac install multiple php versions by the best coders in the world

showing results for - "mac install multiple php versions"
Caterina
22 Jan 2018
1brew install php@5.6
2brew install php@7.0
3brew install php@7.1
4brew install php@7.2
5brew install php@7.3
6brew install php@7.4
Haven
17 Aug 2020
1# Switch from 7.4 to 5.6
2brew unlink php@7.4
3brew link php@5.6 --force