iliaa           Wed Feb  8 23:47:02 2006 UTC

  Modified files:              
    /php-src    php.ini-dist php.ini-recommended 
  Log:
  MFB51: Fixed bug #36334 (Added missing documentation about realpath cache INI 
  settings).
  
http://cvs.php.net/viewcvs.cgi/php-src/php.ini-dist?r1=1.244&r2=1.245&diff_format=u
Index: php-src/php.ini-dist
diff -u php-src/php.ini-dist:1.244 php-src/php.ini-dist:1.245
--- php-src/php.ini-dist:1.244  Sun Feb  5 16:05:46 2006
+++ php-src/php.ini-dist        Wed Feb  8 23:47:01 2006
@@ -227,6 +227,16 @@
 ; 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
 ;
http://cvs.php.net/viewcvs.cgi/php-src/php.ini-recommended?r1=1.193&r2=1.194&diff_format=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.193 php-src/php.ini-recommended:1.194
--- php-src/php.ini-recommended:1.193   Sun Feb  5 16:05:46 2006
+++ php-src/php.ini-recommended Wed Feb  8 23:47:01 2006
@@ -285,6 +285,16 @@
 ; 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
 ;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to