[[["わかりやすい","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-03-06 UTC。"],[[["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."]]],[]]