8000 Minor reword · symfony/symfony-docs@239136d · GitHub
[go: up one dir, main page]

Skip to content

Commit 239136d

Browse files
committed
Minor reword
1 parent cdcbb54 commit 239136d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

performance.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,10 @@ such as Symfony projects, should use at least these values:
179179
; save the results for 10 minutes (600 seconds)
180180
realpath_cache_ttl=600
181181
182-
Note: using ``open_basedir`` will disable the realpath Cache.
182+
.. note::
183+
184+
PHP disables the ``realpath`` cache when the `open_basedir`_ config option
185+
is enabled.
183186

184187
.. _performance-optimize-composer-autoloader:
185188

@@ -221,3 +224,4 @@ Learn more
221224
.. _`APCu Polyfill component`: https://github.com/symfony/polyfill-apcu
222225
.. _`APCu PHP functions`: https://php.net/manual/en/ref.apcu.php
223226
.. _`cachetool`: https://github.com/gordalina/cachetool
227+
.. _`open_basedir`: https://php.net/manual/ini.core.php#ini.open-basedir

0 commit comments

Comments
 (0)
0