sean            Sun Aug 14 12:26:15 2005 EDT

  Modified files:              
    /phpdoc/en/reference/apc    ini.xml 
  Log:
  apc.enable_cli ini switch
  
http://cvs.php.net/diff.php/phpdoc/en/reference/apc/ini.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/apc/ini.xml
diff -u phpdoc/en/reference/apc/ini.xml:1.1 phpdoc/en/reference/apc/ini.xml:1.2
--- phpdoc/en/reference/apc/ini.xml:1.1 Sun Aug 14 00:01:15 2005
+++ phpdoc/en/reference/apc/ini.xml     Sun Aug 14 12:26:15 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <section id="apc.configuration">
  &reftitle.runtime;
  &extension.runtime;
@@ -92,6 +92,12 @@
       <entry>PHP_INI_SYSTEM</entry>
       <entry></entry>
      </row>
+     <row>
+      <entry>apc.enable_cli</entry>
+      <entry>0</entry>
+      <entry>PHP_INI_SYSTEM</entry>
+      <entry>&gt; APC 3.0.6</entry>
+     </row>
     </tbody>
    </tgroup>
   </table>
@@ -316,6 +322,21 @@
      </para>
     </listitem>
    </varlistentry>
+   <varlistentry id="ini.apc.enable-cli">
+    <term>
+     <parameter>apc.enable-cli</parameter>
+     <type>integer</type>
+    </term>
+    <listitem>
+     <para>
+      Mostly for testing and debugging.  Setting this enables APC
+      for the CLI version of PHP.  Normally you wouldn't want to
+      create, populate and tear down the APC cache on every CLI
+      request, but for various test scenarios it is handy to be
+      able to enable APC for the CLI version of APC easily.
+     </para>
+    </listitem>
+   </varlistentry>
   </variablelist>
  </para>
 </section>

Reply via email to