我想做PHP我的作品Mac書。然而,當我安裝腓風暴,並告訴PHP解釋器的位置,它會導致錯誤:如何在Mac OS(OS X 10.10)中將php-cgi安裝爲插件?
php-cgi not found
Please ensure that configured PHP Interpreter built as CGI program (--enable-fastcgi was specified
很顯然,我應該安裝php-cgi
。
我在How do I enable fastcgi on my Mavericks using PHP 5.4.24?找到了答案。它說我應該重新安裝PHP與一些選項,都fastcgi。
brew install php54 --with-fpm --with-debug --with-cgi --with-libmysql --with-homebrew-curl
brew install fastcgi
我正在考慮是:既然我默認PHP我的Mac上,我必須重新安裝一個新的PHP?我可以安裝*cgi
作爲默認php的插件嗎?
是否將php安裝爲php-cli?或者更好地修改PHP Storm的設置? – 2015-04-03 13:15:38