File tree 1 file changed +2
-2
lines changed
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
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
82
+ By default, PHP sets a ``realpath_cache_size `` of ``16K `` which is too low for
83
83
Symfony. Consider updating this value at least to ``4096K ``. In addition, cached
84
84
paths are only stored for ``120 `` seconds by default. Consider updating this
85
85
value too using the ``realpath_cache_ttl `` option:
@@ -195,7 +195,7 @@ Bootstrap Files and Byte Code Caches
195
195
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
196
196
197
197
Even 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
199
199
feature is disabled in the byte code cache (e.g. ``apc.stat=0 `` in APC), there
200
200
is no longer a reason to use a bootstrap file.
201
201
You can’t perform that action at this time.
0 commit comments