File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ 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
82+ By default, PHP sets a ``realpath_cache_size `` of ``16K `` which is too low for
8383Symfony. Consider updating this value at least to ``4096K ``. In addition, cached
8484paths are only stored for ``120 `` seconds by default. Consider updating this
8585value too using the ``realpath_cache_ttl `` option:
@@ -195,7 +195,7 @@ Bootstrap Files and Byte Code Caches
195195~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
196196
197197Even when using a byte code cache, performance will improve when using a bootstrap
198- file since there will be fewer files to monitor for changes. Of course if this
198+ file since there will be fewer files to monitor for changes. Of course, if this
199199feature is disabled in the byte code cache (e.g. ``apc.stat=0 `` in APC), there
200200is no longer a reason to use a bootstrap file.
201201
You can’t perform that action at this time.
0 commit comments