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-3.3.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,9 @@ Finder
123
123
FrameworkBundle
124
124
---------------
125
125
126
+
* The `cache:clear` command should always be called with the `--no-warmup` option.
127
+
Warmup should be done via the `cache:warmup` command.
128
+
126
129
* The `Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddConsoleCommandPass` has been deprecated. Use `Symfony\Component\Console\DependencyInjection\AddConsoleCommandPass` instead.
127
130
128
131
* The `Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\SerializerPass` class has been
@trigger_error('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.', E_USER_DEPRECATED);
97
81
98
-
$filesystem->rename($realCacheDir, $oldCacheDir);
99
-
if ('\\' === DIRECTORY_SEPARATOR) {
100
-
sleep(1); // workaround for Windows PHP rename bug
$io->success(sprintf('Cache for the "%s" environment (debug=%s) was successfully cleared.', $kernel->getEnvironment(), var_export($kernel->isDebug(), true)));
0 commit comments