[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-04-03。"],[[["An `app.yaml` file is essential for configuring an App Engine app, specifying details like CPU, memory, network, disk resources, scaling, and environment variables."],["The `app.yaml` file serves as a deployment descriptor for a specific service version of your PHP application, and it must be created for the `default` service before others."],["To use a specific supported version of PHP, you must update the `app.yaml` file accordingly; the latest version of PHP is used if not otherwise specified."],["You can name `app.yaml` files uniquely, but using a custom name necessitates specifying that file name during the deployment command, such as `gcloud app deploy service-name-app.yaml`."],["Some PHP runtimes have reached their end of support and you are recommended to upgrade your app to the latest version of PHP."]]],[]]