You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADE-6.4.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -81,9 +81,9 @@ FrameworkBundle
81
81
* Deprecate the integration of Doctrine annotations, either uninstall the `doctrine/annotations` package or disable
82
82
the integration by setting `framework.annotations` to `false`
83
83
* 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
87
87
* 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
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ CHANGELOG
13
13
* Deprecate `EnableLoggerDebugModePass`, use argument `$debug` of HttpKernel's `Logger` instead
14
14
* Deprecate `AddDebugLogProcessorPass::configureLogger()`, use HttpKernel's `DebugLoggerConfigurator` instead
15
15
* 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
19
19
* 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
0 commit comments