Skip to content

Commit 7e7a945

Browse files
committed
Deprecated loadClassCache() method
1 parent ec36b1a commit 7e7a945

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

debug/debugging.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ cache files, or you can change the extension used by Symfony for these files::
6161

6262
$kernel->loadClassCache('classes', '.php.cache');
6363

64+
.. versionadded:: 3.3
65+
The ``loadClassCache()`` was deprecated in Symfony 3.3 and removed in
66+
Symfony 4.0. No alternative is provided because this feature is useless
67+
when using PHP 7 or higher.
68+
6469
Useful Debugging Commands
6570
-------------------------
6671

0 commit comments

Comments
 (0)