Skip to content

Commit ed5b64d

Browse files
author
Ace Nassri
authored
Merge pull request GoogleCloudPlatform#1270 from GoogleCloudPlatform/mv-php7
feat!(appengine): php72 -> php folder
2 parents 3b215da + 016dbdb commit ed5b64d

File tree

167 files changed

+50
-67
lines changed

Some content is hidden

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

167 files changed

+50
-67
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/README.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

appengine/standard/README.md

Lines changed: 28 additions & 3 deletions

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

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

appengine/standard/cloudsql

Lines changed: 0 additions & 1 deletion
This file was deleted.

appengine/standard/grpc

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

appengine/standard/http

Lines changed: 0 additions & 1 deletion
This file was deleted.

appengine/php72/laravel-framework/app/Exceptions/Handler.php renamed to appengine/standard/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/standard/laravel-framework/README.md
3535
*
3636
* @param \Exception $exception
3737
* @return void

appengine/standard/mail

Lines changed: 0 additions & 1 deletion
This file was deleted.

appengine/standard/mailgun

Lines changed: 0 additions & 1 deletion
This file was deleted.

appengine/standard/mailjet

Lines changed: 0 additions & 1 deletion
This file was deleted.

appengine/standard/memcache

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

Lines changed: 1 addition & 1 deletion

appengine/standard/modules

Lines changed: 0 additions & 1 deletion
This file was deleted.

appengine/standard/standard

Lines changed: 0 additions & 1 deletion
This file was deleted.

appengine/standard/storage

Lines changed: 0 additions & 1 deletion
This file was deleted.

appengine/php72/storage/src/read_metadata.php renamed to appengine/standard/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/standard/storage/README.md
2222
*/
2323

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

appengine/php72/storage/src/register_stream_wrapper.php renamed to appengine/standard/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/standard/storage/README.md
2222
*/
2323

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

appengine/php72/storage/src/upload_file.php renamed to appengine/standard/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/standard/storage/README.md
2222
*/
2323

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

appengine/php72/storage/src/write_default.php renamed to appengine/standard/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/standard/storage/README.md
2222
*/
2323

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

appengine/php72/storage/src/write_default_stream.php renamed to appengine/standard/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/standard/storage/README.md
2222
*/
2323

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

appengine/php72/storage/src/write_file.php renamed to appengine/standard/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/standard/storage/README.md
2222
*/
2323

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

appengine/php72/storage/src/write_metadata.php renamed to appengine/standard/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/standard/storage/README.md
2222
*/
2323

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

appengine/php72/storage/src/write_options.php renamed to appengine/standard/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/standard/storage/README.md
2222
*/
2323

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

appengine/php72/storage/src/write_public.php renamed to appengine/standard/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/standard/storage/README.md
2222
*/
2323

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

appengine/php72/storage/src/write_stream.php renamed to appengine/standard/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/standard/storage/README.md
2222
*/
2323

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

appengine/php72/storage/src/write_with_caching.php renamed to appengine/standard/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/standard/storage/README.md
2222
*/
2323

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

appengine/standard/taskqueue

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

Lines changed: 1 addition & 1 deletion

appengine/php72/tasks/snippets/src/create_task.php renamed to appengine/standard/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/standard/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/twilio

Lines changed: 0 additions & 1 deletion
This file was deleted.

appengine/standard/users

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)