[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-08 (世界標準時間)。"],[[["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."]]],[]]