brew tap shivammathur/php //need to do only once
brew install shivammathur/php/php@7.0 //or brew install php@7.4 depending on your choice
brew search php //optional, shows all the versions available if you want some other version
brew link php@7.0
从今以后,转变很简单:
brew unlink php@7.0
brew link php@5.6 //OP asked 5.3 but 5.6 is the lowest version supported by the tap