Thanks.
Sucks that this was missing :)

At 03:43 PM 2/8/2006, Ilia Alshanetsky wrote:
iliaa           Wed Feb  8 23:43:48 2006 UTC

  Modified files:              (Branch: PHP_5_1)
    /php-src    php.ini-dist php.ini-recommended NEWS
  Log:
  Fixed bug #36334 (Added missing documentation about realpath cache INI
  settings).


http://cvs.php.net/viewcvs.cgi/php-src/php.ini-dist?r1=1.231.2.9&r2=1.231.2.10&diff_format=u
Index: php-src/php.ini-dist
diff -u php-src/php.ini-dist:1.231.2.9 php-src/php.ini-dist:1.231.2.10
--- php-src/php.ini-dist:1.231.2.9      Sun Feb  5 16:04:11 2006
+++ php-src/php.ini-dist        Wed Feb  8 23:43:48 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.179.2.10&r2=1.179.2.11&diff_format=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.179.2.10 php-src/php.ini-recommended:1.179.2.11
--- php-src/php.ini-recommended:1.179.2.10      Sun Feb  5 16:04:11 2006
+++ php-src/php.ini-recommended Wed Feb  8 23:43:48 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
 ;
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.407&r2=1.2027.2.408&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.407 php-src/NEWS:1.2027.2.408
--- php-src/NEWS:1.2027.2.407   Wed Feb  8 00:36:57 2006
+++ php-src/NEWS        Wed Feb  8 23:43:48 2006
@@ -20,6 +20,8 @@
- Added imap_savebody() that allows message body to be written to a file. (Mike)
 - Fixed imagecolorallocate() and imagecolorallocatelapha() to return FALSE
   on error. (Pierre)
+- Fixed bug #36334 (Added missing documentation about realpath cache INI
+  settings). (Ilia)
 - Fixed bug #36308 (ReflectionProperty::getDocComment() does not reflect
   extended class commentary). (Ilia)
 - Fixed bug #36306 (crc32() differ on 32-bit and 64-bit platforms)

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

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

Reply via email to