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
This commit is contained in:
Kalle Sommer Nielsen 2008-10-26 16:05:38 +00:00
parent 2c24250fc4
commit a64d3b0f7d

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.17 $ -->
<!-- $Revision: 1.18 $ -->
<section xml:id="apc.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
&extension.runtime;
@ -206,6 +206,12 @@
<entry>PHP_INI_SYSTEM</entry>
<entry>Available since APC 3.0.16.</entry>
</row>
<row>
<entry>apc.stat_ctime</entry>
<entry>"0"</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry>Available since APC 3.0.13.</entry>
</row>
</tbody>
</tgroup>
</table>
@ -661,7 +667,7 @@ Array
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.apc.localcache.size">
<term>
<parameter>apc.localcache.size</parameter>
@ -707,7 +713,20 @@ Array
</note>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.apc.stat_ctime">
<term>
<parameter>apc.stat_ctime</parameter>
<type>integer</type>
</term>
<listitem>
<para>
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.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</section>