From a64d3b0f7d2a23f9f1875ddd4ecfb63f0dd7dd31 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Sun, 26 Oct 2008 16:05:38 +0000 Subject: [PATCH] Fixed #46356 (stat_ctime option missing from APC docs) -- Patch by fred dot cohen at iridium dot com git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267800 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/apc/ini.xml | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/reference/apc/ini.xml b/reference/apc/ini.xml index ab08b20990..b660a87ec7 100644 --- a/reference/apc/ini.xml +++ b/reference/apc/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -206,6 +206,12 @@ PHP_INI_SYSTEM Available since APC 3.0.16. + + apc.stat_ctime + "0" + PHP_INI_SYSTEM + Available since APC 3.0.13. + @@ -661,7 +667,7 @@ Array - + apc.localcache.size @@ -707,7 +713,20 @@ Array - + + + + apc.stat_ctime + integer + + + + Vertification with ctime will avoid problems caused by programs such + as svn or rsync by making sure inodes havn't changed since the last + stat. APC will normally only check mtime. + + +