Skip to content

Commit e3da7aa

Browse files
committed
minor #7617 Link to Composer's article about class loading optimizations (javiereguiluz)
This PR was merged into the master branch. Discussion ---------- Link to Composer's article about class loading optimizations This makes this article --> https://symfony.com/doc/master/components/class_loader/cache_class_loader.html similar to this one --> https://symfony.com/doc/master/components/class_loader.html and reduces the doc to maintain for us because we just link to the reference article published by Composer. Commits ------- 128a064 Link to Composer's article about class loading optimizations
2 parents 35e4457 + 128a064 commit e3da7aa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

components/class_loader/cache_class_loader.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Cache a Class Loader
99
====================
1010

1111
The ``ApcClassLoader``, the ``WinCacheClassLoader`` and the ``XcacheClassLoader``
12-
are deprecated since Symfony 3.3. Use the ``--optimize`` and ``--apcu-autoloader``
13-
options instead when dumping the autoloader using the ``composer dump-autoload``
14-
command.
12+
are deprecated since Symfony 3.3. As an alternative, use any of the
13+
`class loading optimizations`_ provided by Composer.
14+
15+
.. _`class loading optimizations`: https://getcomposer.org/doc/articles/autoloader-optimization.md

0 commit comments

Comments
 (0)