From 0c7ef134b80f6ba71a308df81aa0de82f20b6cf5 Mon Sep 17 00:00:00 2001 From: Darren Carlton Date: Fri, 15 May 2020 11:23:09 -0400 Subject: [PATCH 1/3] Update README.md --- appengine/php72/helloworld/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appengine/php72/helloworld/README.md b/appengine/php72/helloworld/README.md index 14e59c21b2..c97ed0aa6b 100644 --- a/appengine/php72/helloworld/README.md +++ b/appengine/php72/helloworld/README.md @@ -1,6 +1,6 @@ -# Hello World on App Engine Standard for PHP 7.2 +# Hello World on App Engine Standard for PHP 7 -This sample demonstrates how to deploy a *very* basic application to Google -App Engine for PHP 7.2. +This sample demonstrates how to deploy a *very* basic application to the +PHP 7 standard environment in Google App Engine. ## View the [full tutorial](https://cloud.google.com/appengine/docs/standard/php7/quickstart) From e23c87165ffef41bfa219001da667a3e89ee6d3b Mon Sep 17 00:00:00 2001 From: Darren Carlton Date: Fri, 15 May 2020 11:23:44 -0400 Subject: [PATCH 2/3] Update app.yaml --- appengine/php72/helloworld/app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/php72/helloworld/app.yaml b/appengine/php72/helloworld/app.yaml index 59136db0b6..dced4ca5b5 100644 --- a/appengine/php72/helloworld/app.yaml +++ b/appengine/php72/helloworld/app.yaml @@ -1,4 +1,4 @@ -# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73" +# Use PHP 7.3 by replacing "php72" below with "php73" runtime: php72 # Defaults to "serve index.php" and "serve public/index.php". Can be used to From f837b387bb92e1a15ff249339dd6cee483fe19cf Mon Sep 17 00:00:00 2001 From: Darren Carlton Date: Tue, 9 Jun 2020 11:31:33 -0400 Subject: [PATCH 3/3] Update README.md --- appengine/php72/helloworld/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine/php72/helloworld/README.md b/appengine/php72/helloworld/README.md index c97ed0aa6b..c41049a409 100644 --- a/appengine/php72/helloworld/README.md +++ b/appengine/php72/helloworld/README.md @@ -1,6 +1,6 @@ -# Hello World on App Engine Standard for PHP 7 +# Hello World on App Engine Standard for PHP 7.2 and 7.3 This sample demonstrates how to deploy a *very* basic application to the -PHP 7 standard environment in Google App Engine. +PHP 7.2 and 7.3 standard environment in Google App Engine. ## View the [full tutorial](https://cloud.google.com/appengine/docs/standard/php7/quickstart)