lovePhper
2014-12-05 22:38
我不知道,是不是Arguments 和 Interpreter options 没选择的问题
需要设置php程序路径。在你的截图中编辑器有一个Error提示,请点击Fix,设置php.exe所在的路径。
你的PHP文件的路径有问题。。我是wamp环境,打开wamp的php文件夹,新建一个www文件夹。将php工程和文件都存在这个文件夹下。我之前用的phpstudy环境也是这样存的。。你试试,看能不能解决问题
在php目录下面有一个 "php-cgi.exe",需要配置运行方式为它,方法如下:
File > Settings > Languages & Frameworks > PHP, 点击 【Interpreter】 后三个点,添加一个Interpreter,在 General > PHP executable 选上 “php-cgi.exe”,应用即可。
win10 + PHP7 + Apache2.4 亲测!
我也是同样的问题,win7下面的怎么解决啊
找到Xampp目录下的php.exe文件就可以了。
我也是同样的问题,还请老师朋友们,具体怎样解决
补充一下:
php-cgi.exe not found: Please ensure that configured PHP Interpreter built as CGI program (--enable-fastcgi was specified)
大话PHP设计模式
62160 学习 · 230 问题
相似问题