Skip to content

Commit 9204bbc

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents f138480 + 22dc3a3 commit 9204bbc

File tree

99 files changed

+1409
-2654
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+1409
-2654
lines changed

appengine/flexible/logging/app.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
* limitations under the License.
1616
*/
1717

18+
# [START creating_psr3_logger_import]
1819
use Google\Cloud\Logging\LoggingClient;
20+
# [END creating_psr3_logger_import]
1921
use Silex\Application;
2022
use Silex\Provider\TwigServiceProvider;
2123
use Symfony\Component\HttpFoundation\Request;

appengine/standard/auth/app.yaml

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

43
# Defaults to "serve index.php" and "serve public/index.php". Can be used to
54
# serve a custom PHP front controller (e.g. "serve backend/index.php") or to

appengine/standard/errorreporting/app.yaml

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

43
# Defaults to "serve index.php" and "serve public/index.php". Can be used to
54
# serve a custom PHP front controller (e.g. "serve backend/index.php") or to

appengine/standard/front-controller/app.yaml

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

43
# Defaults to "serve public/index.php" and "serve index.php". Can be used to
54
# serve a custom PHP front controller (e.g. "serve backend/index.php") or to

appengine/standard/getting-started/app.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +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"
5-
runtime: php72
4+
runtime: php74
65

76
env_variables:
87
GOOGLE_STORAGE_BUCKET: ""

appengine/standard/grpc/app.yaml

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

43
handlers:
54
- url: /(monitoring|spanner|speech)\.php$

appengine/standard/helloworld/app.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Use PHP 7.3 by replacing "php72" below with "php73"
2-
runtime: php72
1+
runtime: php74
32

43
# Defaults to "serve index.php" and "serve public/index.php". Can be used to
54
# serve a custom PHP front controller (e.g. "serve backend/index.php") or to

appengine/standard/laravel-framework/app.yaml

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

43
env_variables:
54
## Put production environment variables here.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
2-
runtime: php72
1+
runtime: php74

appengine/standard/memorystore/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This app.yaml is for deploying to instances of Cloud SQL running MySQL.
22
# See app-postgres.yaml for running Cloud SQL with PostgreSQL.
33

4-
runtime: php72
4+
runtime: php74
55

66
# [START gae_memorystore_app_yaml]
77
# update with Redis instance host IP, port

0 commit comments

Comments
 (0)