summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended10
1 files changed, 10 insertions, 0 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index 10a8837322..d327e1c33a 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -285,6 +285,16 @@ disable_classes =
; being interrupted by the user or a browser timing out.
; ignore_user_abort = On
+; Determines the size of the realpath cache to be used by PHP. This value should
+; be increased on systems where PHP opens many files to reflect the quantity of
+; the file operations performed.
+; realpath_cache_size=16k
+
+; Duration of time, in seconds for which to cache realpath information for a given
+; file or directory. For systems with rarely changing files, consider increasing this
+; value.
+; realpath_cache_ttl=120
+
;
; Misc
;