我正在尝试将 php 代码上传到谷歌应用程序引擎,但在上传过程中收到此失败通知:
me@big-bite: $ appcfg.py -A my-hello-world -V v1 update ./
09:36 AM Application: my-hello-world (was: myapp); version: v1 (was: None)
09:36 AM Host: appengine.google.com
09:36 AM Starting update of app: my-hello-world, version: v1
09:36 AM Getting current resource limits.
09:36 AM Scanning files on local disk.
09:36 AM Scanned 500 files.
...
09:36 AM Scanned 6000 files.
09:36 AM Scanned 6500 files.
Error 400: --- begin server output ---
**Invalid VM runtime specified: php55**
--- end server output ---
这是我的 app.yaml 代码:
application: myapp
runtime: php55
api_version: 1
vm: true
runtime_config:
document_root: web
谢谢,皮特。