summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-02-08 23:47:01 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-02-08 23:47:01 +0000
commit53ae13aa91d1935bdd28f236c55560ad09402965 (patch)
tree98c0881286e111d33e3c99912d63ab1db4b53e05 /php.ini-dist
parentc8c6dfc436a9f0d4294d70895df76e0c0b285268 (diff)
downloadphp-git-53ae13aa91d1935bdd28f236c55560ad09402965.tar.gz
MFB51: 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 e3b14a29d7..bc4e6f044f 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
;