sean            Fri Aug 26 10:03:19 2005 EDT

  Modified files:              
    /phpdoc/en/reference/apc    ini.xml 
  Log:
  it's an extension, not a zend_extension
  
http://cvs.php.net/diff.php/phpdoc/en/reference/apc/ini.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/apc/ini.xml
diff -u phpdoc/en/reference/apc/ini.xml:1.2 phpdoc/en/reference/apc/ini.xml:1.3
--- phpdoc/en/reference/apc/ini.xml:1.2 Sun Aug 14 12:26:15 2005
+++ phpdoc/en/reference/apc/ini.xml     Fri Aug 26 10:03:18 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <section id="apc.configuration">
  &reftitle.runtime;
  &extension.runtime;
@@ -118,8 +118,8 @@
       <literal>apc.enabled</literal> can be set to 0 to disable APC. This is
       primarily useful when APC is statically compiled
       into PHP, since there is no other way to disable
-      it (when compiled as a DSO, the <literal>zend_extension</literal>
-      line can just be commented-out).
+      it (when compiled as a DSO, the <literal>extension</literal>
+      line in <literal>php.ini</literal> can just be commented-out).
      </para>
     </listitem>
    </varlistentry>

Reply via email to