summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-02-08 23:43:48 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-02-08 23:43:48 +0000
commitf541b63e1fac60eb07d8f32604dd50c196379a85 (patch)
tree606b2bfb6009caacd1a3e207a07f1d92bb4e4641 /php.ini-dist
parentb0f0192f0c8e4e24e1eb6d0befa8397d7a44bc35 (diff)
downloadphp-git-f541b63e1fac60eb07d8f32604dd50c196379a85.tar.gz
Fixed bug #36334 (Added missing documentation about realpath cache INI
settings).
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist10
1 files changed, 10 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist
index e3f33858fb..ffbaae89b6 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -227,6 +227,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
;