Skip to content

Commit bd20c3d

Browse files
author
ace-n
committed
Pull in new changes
1 parent 5dd292c commit bd20c3d

File tree

154 files changed

+23
-23
lines changed

Some content is hidden

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

154 files changed

+23
-23
lines changed

appengine/flexible/laravel/README.md

Lines changed: 1 addition & 1 deletion

appengine/flexible/logging/index.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
{% else %}
1515
<li>No Logs!li>
1616
{% endfor %}
17-
ul>
17+
ul>

appengine/flexible/memcache/README.md

Lines changed: 1 addition & 1 deletion

appengine/flexible/memcache/php.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
; Use SASL authentication for connections
22
; Required for Memcache SASL Auth in the Google App Engine Flexible environemnt.
3-
memcached.use_sasl = On
3+
memcached.use_sasl = On

appengine/flexible/staticcontent/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ runtime: php
22
env: flex
33

44
runtime_config:
5-
document_root: web
5+
document_root: web

appengine/flexible/staticcontent/web/static.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
<body>
88
<p>This is a static html document.p>
99
body>
10-
html>
10+
html>

appengine/php72/auth/README.md renamed to appengine/php/auth/README.md

Lines changed: 1 addition & 1 deletion
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

appengine/php72/laravel-framework/app/Exceptions/Handler.php renamed to appengine/php/laravel-framework/app/Exceptions/Handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Handler extends ExceptionHandler
3131
* Report or log an exception to Google Cloud Stackdriver Error Reporting
3232
*
3333
* For a full tutorial on deploying Laravel to Google Cloud,
34-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/blob/master/appengine/php72/laravel-framework/README.md
34+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/blob/master/appengine/php/laravel-framework/README.md
3535
*
3636
* @param \Exception $exception
3737
* @return void
File renamed without changes.
File renamed without changes.

appengine/php72/memorystore/README.md renamed to appengine/php/memorystore/README.md

Lines changed: 1 addition & 1 deletion
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

appengine/php72/storage/src/read_metadata.php renamed to appengine/php/storage/src/read_metadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* For instructions on how to run the full sample:
2020
*
21-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php72/storage/README.md
21+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php/storage/README.md
2222
*/
2323

2424
namespace Google\Cloud\Samples\AppEngine\Storage;

appengine/php72/storage/src/register_stream_wrapper.php renamed to appengine/php/storage/src/register_stream_wrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* For instructions on how to run the full sample:
2020
*
21-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php72/storage/README.md
21+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php/storage/README.md
2222
*/
2323

2424
namespace Google\Cloud\Samples\AppEngine\Storage;

appengine/php72/storage/src/upload_file.php renamed to appengine/php/storage/src/upload_file.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* For instructions on how to run the full sample:
2020
*
21-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php72/storage/README.md
21+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php/storage/README.md
2222
*/
2323

2424
namespace Google\Cloud\Samples\AppEngine\Storage;

appengine/php72/storage/src/write_default.php renamed to appengine/php/storage/src/write_default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* For instructions on how to run the full sample:
2020
*
21-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php72/storage/README.md
21+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php/storage/README.md
2222
*/
2323

2424
namespace Google\Cloud\Samples\AppEngine\Storage;

appengine/php72/storage/src/write_default_stream.php renamed to appengine/php/storage/src/write_default_stream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* For instructions on how to run the full sample:
2020
*
21-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php72/storage/README.md
21+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php/storage/README.md
2222
*/
2323

2424
namespace Google\Cloud\Samples\AppEngine\Storage;

appengine/php72/storage/src/write_file.php renamed to appengine/php/storage/src/write_file.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* For instructions on how to run the full sample:
2020
*
21-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php72/storage/README.md
21+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php/storage/README.md
2222
*/
2323

2424
namespace Google\Cloud\Samples\AppEngine\Storage;

appengine/php72/storage/src/write_metadata.php renamed to appengine/php/storage/src/write_metadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* For instructions on how to run the full sample:
2020
*
21-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php72/storage/README.md
21+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php/storage/README.md
2222
*/
2323

2424
namespace Google\Cloud\Samples\AppEngine\Storage;

appengine/php72/storage/src/write_options.php renamed to appengine/php/storage/src/write_options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* For instructions on how to run the full sample:
2020
*
21-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php72/storage/README.md
21+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php/storage/README.md
2222
*/
2323

2424
namespace Google\Cloud\Samples\AppEngine\Storage;

appengine/php72/storage/src/write_public.php renamed to appengine/php/storage/src/write_public.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* For instructions on how to run the full sample:
2020
*
21-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php72/storage/README.md
21+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php/storage/README.md
2222
*/
2323

2424
namespace Google\Cloud\Samples\AppEngine\Storage;

appengine/php72/storage/src/write_stream.php renamed to appengine/php/storage/src/write_stream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* For instructions on how to run the full sample:
2020
*
21-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php72/storage/README.md
21+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php/storage/README.md
2222
*/
2323

2424
namespace Google\Cloud\Samples\AppEngine\Storage;

appengine/php72/storage/src/write_with_caching.php renamed to appengine/php/storage/src/write_with_caching.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* For instructions on how to run the full sample:
2020
*
21-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php72/storage/README.md
21+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php/storage/README.md
2222
*/
2323

2424
namespace Google\Cloud\Samples\AppEngine\Storage;

appengine/php72/tasks/snippets/README.md renamed to appengine/php/tasks/snippets/README.md

Lines changed: 1 addition & 1 deletion

appengine/php72/tasks/snippets/src/create_task.php renamed to appengine/php/tasks/snippets/src/create_task.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* For instructions on how to run the full sample:
2020
*
21-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php72/tasks/README.md
21+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/php/tasks/README.md
2222
*/
2323

2424
// Include Google Cloud dependendencies using Composer
File renamed without changes.
File renamed without changes.
File renamed without changes.

appengine/standard/README.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)