File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -79,15 +79,11 @@ 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, PHP sets a ``realpath_cache_size `` of ``16K `` which is too low for
83- Symfony. Consider updating this value at least to ``4096K ``. In addition, cached
84- paths are only stored for ``120 `` seconds by default. Consider updating this
85- value too using the ``realpath_cache_ttl `` option:
82+ By default, cached paths are only stored for ``120 `` seconds by default, consider updating this value using the ``realpath_cache_ttl `` option:
8683
8784.. code-block :: ini
8885
8986 ; php.ini
90- realpath_cache_size =4096K
9187 realpath_cache_ttl =600
9288
9389 .. index ::
You can’t perform that action at this time.
0 commit comments