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

+1-1

appengine/flexible/logging/index.html.twig

+1-1
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

+1-1

appengine/flexible/memcache/php.ini

+1-1
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

+1-1
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

+1-1
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

-29
This file was deleted.

appengine/standard/README.md

+28-3

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

+1-1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

appengine/standard/cloudsql

-1
This file was deleted.

appengine/standard/grpc

-1
This file was deleted.
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.
File renamed without changes.
File renamed without changes.

appengine/standard/http

-1
This file was deleted.

appengine/php72/laravel-framework/app/Exceptions/Handler.php appengine/standard/laravel-framework/app/Exceptions/Handler.php

+1-1
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
File renamed without changes.
File renamed without changes.
File renamed without changes.

appengine/standard/mail

-1
This file was deleted.

appengine/standard/mailgun

-1
This file was deleted.

appengine/standard/mailjet

-1
This file was deleted.

appengine/standard/memcache

-1
This file was deleted.

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

+1-1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

appengine/standard/modules

-1
This file was deleted.

appengine/standard/standard

-1
This file was deleted.

appengine/standard/storage

-1
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

appengine/php72/storage/src/read_metadata.php appengine/standard/storage/src/read_metadata.php

+1-1
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 appengine/standard/storage/src/register_stream_wrapper.php

+1-1
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 appengine/standard/storage/src/upload_file.php

+1-1
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 appengine/standard/storage/src/write_default.php

+1-1
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 appengine/standard/storage/src/write_default_stream.php

+1-1
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 appengine/standard/storage/src/write_file.php

+1-1
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 appengine/standard/storage/src/write_metadata.php

+1-1
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 appengine/standard/storage/src/write_options.php

+1-1
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 appengine/standard/storage/src/write_public.php

+1-1
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 appengine/standard/storage/src/write_stream.php

+1-1
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 appengine/standard/storage/src/write_with_caching.php

+1-1
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

-1
This file was deleted.

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

+1-1

appengine/php72/tasks/snippets/src/create_task.php appengine/standard/tasks/snippets/src/create_task.php

+1-1
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.
File renamed without changes.

appengine/standard/twilio

-1
This file was deleted.

appengine/standard/users

-1
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)