File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -79,20 +79,17 @@ real and absolute file system paths. This increases the performance for
7979applications like Symfony that open many PHP files, especially on Windows
8080systems.
8181
82- By default, cached paths are only stored for `` 120 `` seconds by default, consider updating this value using the ``realpath_cache_ttl `` option :
82+ Consider increasing the `` realpath_cache_size `` and ``realpath_cache_ttl ``:
8383
8484.. code-block :: ini
8585
8686 ; php.ini
87+ ; 4096k is the default value in PHP 7.2
8788 realpath_cache_size =4096K
8889 realpath_cache_ttl =600
8990
9091 .. index ::
9192 single: Performance; Autoloader
92-
93- .. tip ::
94-
95- Since PHP 7.2, the default value for ``realpath_cache_size `` has been set to 4096K, feel free to delete this trick in your ``php.ini `` file.
9693
9794Use Composer's Class Map Functionality
9895--------------------------------------
You can’t perform that action at this time.
0 commit comments