8000 minor #8507 Deprecated loadClassCache() method (javiereguiluz) · symfony/symfony-docs@c17710f · GitHub
[go: up one dir, main page]

Skip to content

Commit c17710f

Browse files
committed
minor #8507 Deprecated loadClassCache() method (javiereguiluz)
This PR was merged into the 3.3 branch. Discussion ---------- Deprecated loadClassCache() method This fixes #7337. I didn't found any other occurrence of the deprecated classes/methods mentioned in the related issue. In #7819 we're taking care of the deprecation of `addClassesToCompile()`. Commits ------- 7e7a945 Deprecated loadClassCache() method
2 parents cdc6469 + 7e7a945 commit c17710f

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)
0