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
79
79
applications like Symfony that open many PHP files, especially on Windows
80
80
systems.
81
81
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:
86
83
87
84
.. code-block :: ini
88
85
89
86
; php.ini
90
- realpath_cache_size =4096K
91
87
realpath_cache_ttl =600
92
88
93
89
.. index ::
You can’t perform that action at this time.
0 commit comments