0

我在 Google Cloud Platform 上的 App Engine 中创建了一个应用程序。它默认使用 PHP 5.5。我可以在 app.yaml 中看到它:

runtime: php55
api_version: 1

如何更改为 php 7.2?我在谷歌文档中没有找到任何相关信息。

4

1 回答 1

1

PHP 7.2 目前是 App Engine Standard 中的 Beta 版。所以使用指令

runtime: php72

请参阅:https ://cloud.google.com/appengine/docs/standard/php7/runtime

于 2018-11-04T19:29:50.673 回答