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. + + +