diff --git a/appendices/ini.xml b/appendices/ini.xml index 6ac035ab62..181b9f0f86 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + &php.ini; directives @@ -2850,6 +2850,70 @@ +
+ Performance Tuning + + + Performance Tuning + + + + Name + Default + Changeable + Changelog + + + + + realpath_cache_size + "16K" + PHP_INI_SYSTEM + Available since PHP 5.1.0. + + + realpath_cache_ttl + "120" + PHP_INI_SYSTEM + Available since PHP 5.1.0. + + + +
+
+ &ini.descriptions.title; + + + + + realpath_cache_size + integer + + + + 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_ttl + integer + + + + 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 the value. + + + + + +
+
Data Handling