エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
PHP runtime environment | Google App Engine standard environment docs | Google Cloud
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
PHP runtime environment | Google App Engine standard environment docs | Google Cloud
The PHP runtime is the software stack responsible for installing your web service's code and its ... The PHP runtime is the software stack responsible for installing your web service's code and its dependencies and running your service. To specify PHP for the App Engine standard environment, declare the runtime in the app.yaml file. For example: runtime: phpVERSION Where VERSION is the PHP MAJOR and MINOR version numbers. For example, to use the latest PHP version, PHP 8.3, specify 83. For other