GoogleCloudPlatform / GoogleCloudPlatform/php-docs-samples
App Engine PHP sample uses deprecated runtime (php81)
- Vorherrschende Sprache
- PHP
- Sterne
- 1k
- Forks
- 1k
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
The App Engine Standard PHP sample currently specifies `runtime: php81` in `app.yaml`.
As of now, `php81` is end of support and no longer accepted by App Engine Standard, which causes deployments to fail with the following error:
ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: Error(s) encountered validating runtime. Runtime php81 is end of support and no longer allowed.
To avoid deployment failures for users, especially those following tutorials or labs, I propose updating the runtime to a supported version (e.g. `php83`, or `php82` if preferred).
Proposed change:
- Update appengine/standard/helloworld/app.yaml` from `runtime: php81` to a currently supported PHP runtime.
I’m happy to submit a pull request if this change is acceptable.
Beitragsleitfaden
Rechercherichtung
Open appengine/standard/helloworld/app.yaml and review the current App Engine Standard PHP runtime support before changing the deprecated value. Verify that the sample specifies a supported runtime and that deployments no longer fail with the reported invalid-runtime error.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- php
- Bereich
- cloud
- Issue-Typ
- Bug
- Schwierigkeit
- 1/5
- Geschätzter Aufwand
- Unter einer Stunde
- Aktivitätsstatus
- Veraltet
- Klarheit
- Klar beschrieben
- Anfängerfreundlichkeit
- 65/100