Skip to content

Commit f4b89b1

Browse files
authored
Adds comment for php73 runtime beta (GoogleCloudPlatform#891)
1 parent 33b3fe9 commit f4b89b1

File tree

16 files changed

+16
-1
lines changed

16 files changed

+16
-1
lines changed

appengine/php72/auth/app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
12
runtime: php72
23

34
# Defaults to "serve index.php" and "serve public/index.php". Can be used to

appengine/php72/cloudsql/app-postgres.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# See the default app.yaml for running Cloud SQL with MySQL.
33

44
# [START gae_cloudsql_postgres_env]
5+
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
56
runtime: php72
67

78
env_variables:

appengine/php72/cloudsql/app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# See app-postgres.yaml for running Cloud SQL with PostgreSQL.
33

44
# [START gae_cloudsql_mysql_env]
5+
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
56
runtime: php72
67

78
env_variables:

appengine/php72/errorreporting/app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
12
runtime: php72
23

34
# Defaults to "serve index.php" and "serve public/index.php". Can be used to

appengine/php72/front-controller/app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
12
runtime: php72
23

34
# Defaults to "serve public/index.php" and "serve index.php". Can be used to

appengine/php72/getting-started/app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# See https://cloud.google.com/appengine/docs/standard/php/config/appref for a
22
# complete list of `app.yaml` directives.
33

4+
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
45
runtime: php72
56

67
env_variables:

appengine/php72/grpc/app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
12
runtime: php72
23

34
handlers:

appengine/php72/helloworld/app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
12
runtime: php72
23

34
# Defaults to "serve index.php" and "serve public/index.php". Can be used to

appengine/php72/laravel-framework/app-dbsessions.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
12
runtime: php72
23

34
env_variables:

appengine/php72/laravel-framework/app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
12
runtime: php72
23

34
env_variables:

appengine/php72/logging/app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
12
runtime: php72

appengine/php72/metadata/app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
12
runtime: php72
23

34
# Defaults to "serve index.php" and "serve public/index.php". Can be used to
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1+
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
12
runtime: php72
2-

appengine/php72/storage/app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
12
runtime: php72
23

34
# Defaults to "serve index.php" and "serve public/index.php". Can be used to

appengine/php72/symfony-framework/app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
12
runtime: php72
23

34
env_variables:

appengine/php72/trace/app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
12
runtime: php72
23

34
# Defaults to "serve index.php" and "serve public/index.php". Can be used to

0 commit comments

Comments
 (0)