[[["わかりやすい","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。"],[[["Custom runtimes in the App Engine flexible environment allow you to extend the functionality of a PHP application."],["To use a custom runtime, you must replace `runtime: php` with `runtime: custom` in your `app.yaml` file."],["A Dockerfile in the same directory as the `app.yaml` file is needed to specify a base image for the custom runtime."],["The default base image `gcr.io/google_appengine/php` automatically handles health check requests, but custom images require manual handling or disabling of health checks."]]],[]]