8000 review · symfony/symfony@b0f411e · GitHub
[go: up one dir, main page]

Skip to content

Commit b0f411e

Browse files
committed
review
1 parent b8dc188 commit b0f411e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

UPGRADE-6.4.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ FrameworkBundle
8181
* Deprecate the integration of Doctrine annotations, either uninstall the `doctrine/annotations` package or disable
8282
the integration by setting `framework.annotations` to `false`
8383
* Deprecate not setting the `framework.handle_all_throwables` config option; it will default to `true` in 7.0
84-
* Deprecate not setting the `framework.php_errors.log` config option. The default value will change to `true` in 7.0
85-
* Deprecate not setting the `framework.session.cookie_secure` config option. The default value will change to `auto` in 7.0
86-
* Deprecate not setting the `framework.session.cookie_samesite` config option. The default value will change to `lax` in 7.0
84+
* Deprecate not setting the `framework.php_errors.log` config option; it will default to `true` in 7.0
85+
* Deprecate not setting the `framework.session.cookie_secure` config option; it will default to `auto` in 7.0
86+
* Deprecate not setting the `framework.session.cookie_samesite` config option; it will default to `lax` in 7.0
8787
* Deprecate not setting the `framework.session.handler_id` config option; it will default to `session.handler.native_file` when `framework.session.save_path` is set or `null` otherwise in 7.0
8888

8989
HttpFoundation

src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ CHANGELOG
1313
* Deprecate `EnableLoggerDebugModePass`, use argument `$debug` of HttpKernel's `Logger` instead
1414
* Deprecate `AddDebugLogProcessorPass::configureLogger()`, use HttpKernel's `DebugLoggerConfigurator` instead
1515
* Deprecate not setting the `framework.handle_all_throwables` config option; it will default to `true` in 7.0
16-
* Deprecate not setting the `framework.php_errors.log` config option. The default value will change to `true` in 7.0
17-
* Deprecate not setting the `framework.session.cookie_secure` config option. The default value will change to `auto` in 7.0
18-
* Deprecate not setting the `framework.session.cookie_samesite` config option. The default value will change to `lax` in 7.0
16+
* Deprecate not setting the `framework.php_errors.log` config option; it will default to `true` in 7.0
17+
* Deprecate not setting the `framework.session.cookie_secure` config option; it will default to `auto` in 7.0
18+
* Deprecate not setting the `framework.session.cookie_samesite` config option; it will default to `lax` in 7.0
1919
* Deprecate not setting the `framework.session.handler_id` config option; it will default to `session.handler.native_file` when `framework.session.save_path` is set or `null` otherwise in 7.0
2020

2121
6.3

0 commit comments

Comments
 (0)
0