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-4.0.md
-3
Original file line number
Diff line number
Diff line change
@@ -284,9 +284,6 @@ FrameworkBundle
284
284
285
285
* The `validator.mapping.cache.doctrine.apc` service has been removed.
286
286
287
-
* The `cache:clear` command does not warmup the cache anymore. Warmup should
288
-
be done via the `cache:warmup` command.
289
-
290
287
* The "framework.trusted_proxies" configuration option and the corresponding "kernel.trusted_proxies" parameter have been removed. Use the `Request::setTrustedProxies()` method in your front controller instead.
291
288
292
289
* The default value of the `framework.workflows.[name].type` configuration options is now `state_machine`.
$warning = 'Calling cache:clear without the --no-warmup option is deprecated since version 3.3. Cache warmup should be done with the cache:warmup command instead.';
0 commit comments