下方就是PHP7.0安装的命令。--with-httpd24必须得添加上,不然不能在Apache2.4上进行使用。

brew tap homebrew/php
brew install php70 --with-httpd24