]> granicus.if.org Git - php/commitdiff
MFB51: Fixed bug #36334 (Added missing documentation about realpath cache INI
authorIlia Alshanetsky <iliaa@php.net>
Wed, 8 Feb 2006 23:47:01 +0000 (23:47 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 8 Feb 2006 23:47:01 +0000 (23:47 +0000)
settings).

php.ini-dist
php.ini-recommended

index e3b14a29d73ad81c3145b091b59906d10fae4045..bc4e6f044f717136c7174194787161d697927b2e 100644 (file)
@@ -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
 ;
index 10a88373222ba121cdc84607b0a062cb991f5324..d327e1c33a33e9f6b5e1d5924f7cd675c23d08d6 100644 (file)
@@ -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
 ;