如何在谷歌应用引擎上启动PHP开发服务器


How to start Development Server for PHP on Google App Engine

参考PHP Hello World的例子,我在Windows7中打开了一个命令提示符窗口,我在其中输入了
google_appengine'dev_appserver.py --php_executable_path=C:'php'php-cgi.exe C:'helloworld'
它所做的是,它在文本编辑器中打开一个dev_appserver.py,在http://localhost:8080的浏览器中,我收到错误消息
The path specified with the --php_exectuable_path flag () does not exist.有人知道如何修复这个问题吗。急切地等待答案

查看此答案

windows 上的谷歌应用程序引擎PHP

尝试在参数周围使用引号,或执行google_appengine''dev_appserver.py--php_executable_path=C:/php/php-cgi.exe C:''helloworld/