Skip to main content

Install deprecated php-fpm version in Mac

in same cases you will need to install deprecated PHP version and this is no possible with these commands

brew tap shivammathur/php
brew install shivammathur/php/[email protected]

adding alias to use it

#echo 'alias php7.1="/opt/homebrew/opt/[email protected]/bin/php"' >> ~/.zshrc
#source ~/.zshrc