首先我們需要安裝Homebrew。注意它會(huì)讓你通過(guò)回車鍵確認(rèn)库快,并驗(yàn)證你的密碼摸袁。
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
通過(guò)brew來(lái)安裝:
$ brew install homebrew/php/php56-redis
重啟Apache
sudo apachectl restart
到你的Apache的默認(rèn)目錄/Library/WebServer/Documents下面去增加一個(gè)info.php的文件。
<?php
phpinfo();
?>
你的php7.0目錄會(huì)在"/usr/local/opt/php70/bin"
這個(gè)地址可以用來(lái)粘貼在PhpStorm的CLI Interpreter中(Preference->Language&Frameworks->PHP->CLI Interpreter->...->PHP executable)义屏。