Friday, March 31, 2017

Install PHP 71 Mac OSX Sierra


xcode-select --install
brew update
brew install httpd
brew install --with-httpd php71
apachectl start
which httpd
brew -v
php -v
apachectl -v

2 comments: