TBeeckmans
8/8/2017 - 12:24 PM

Tip: PHP with Homebrew Curl

Tip: PHP with Homebrew Curl

brew tap homebrew/core
brew tap homebrew/php
xdebug off
brew uninstall --ignore-dependencies curl
brew install --with-openssl curl
brew unlink php71
brew uninstall --ignore-dependencies php71
brew install --with-httpd24 --with-homebrew-curl php71
brew uninstall --ignore-dependencies php71-mcrypt
brew install php71-mcrypt