Skip to main content

Install deprecated php-fpm version in Mac

Install deprecated php-fpm version in Mac 

in some cases you will need to Install deprecated php-fpm version in Mac 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