shire           Sat May 19 23:19:23 2007 UTC

  Modified files:              
    /phpdoc/en/reference/apc    ini.xml 
  Log:
  add new apc rfc1867 ini option docs
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/apc/ini.xml?r1=1.11&r2=1.12&diff_format=u
Index: phpdoc/en/reference/apc/ini.xml
diff -u phpdoc/en/reference/apc/ini.xml:1.11 
phpdoc/en/reference/apc/ini.xml:1.12
--- phpdoc/en/reference/apc/ini.xml:1.11        Tue Apr 24 03:56:01 2007
+++ phpdoc/en/reference/apc/ini.xml     Sat May 19 23:19:23 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <section id="apc.configuration">
  &reftitle.runtime;
  &extension.runtime;
@@ -171,6 +171,24 @@
       <entry>&gt;= APC 3.0.13</entry>
      </row>
      <row>
+      <entry>apc.rfc1867_prefix</entry>
+      <entry>"upload_"</entry>
+      <entry>PHP_INI_SYSTEM</entry>
+      <entry>&gt;= APC 3.0.15</entry>
+     </row>
+     <row>
+      <entry>apc.rfc1867_name</entry>
+      <entry>"APC_UPLOAD_PROGRESS"</entry>
+      <entry>PHP_INI_SYSTEM</entry>
+      <entry>&gt;= APC 3.0.15</entry>
+     </row>
+     <row>
+      <entry>apc.rfc1867_freq</entry>
+      <entry>"0"</entry>
+      <entry>PHP_INI_SYSTEM</entry>
+      <entry>&gt;= APC 3.0.15</entry>
+     </row>
+     <row>
       <entry>apc.localcache</entry>
       <entry>"0"</entry>
       <entry>PHP_INI_SYSTEM</entry>
@@ -579,6 +597,49 @@
     </listitem>
    </varlistentry>
    
+   <varlistentry id="ini.apc.rfc1867_prefix">
+    <term>
+     <parameter>apc.rfc1867_prefix</parameter>
+     <type>string</type>
+    </term>
+    <listitem>
+     <para>
+      Key prefix to use for the user cache entry generated by rfc1867 upload
+      progress functionality.
+     </para>
+    </listitem>
+   </varlistentry>
+
+   <varlistentry id="ini.apc.rfc1867_name">
+    <term>
+     <parameter>apc.rfc1867_name</parameter>
+     <type>string</type>
+    </term>
+    <listitem>
+     <para>
+      Specify the hidden form entry name that activates APC upload progress
+      and specifies the user cache key suffix.
+     </para>
+    </listitem>
+   </varlistentry>
+
+   <varlistentry id="ini.apc.rfc1867_freq">
+    <term>
+     <parameter>apc.rfc1867_freq</parameter>
+     <type>string</type>
+    </term>
+    <listitem>
+     <para>
+      The frequency that updates should be made to the user cache entry for
+      upload progress.  This can take the form of a percentage of the total
+      file size or a size in bytes optionally suffixed with 'k', 'm', or 'g'
+      for kilobytes, megabytes, or gigabytes respectively (case insensitive).
+      A setting of 0 updates as often as possible, which may cause slower
+      uploads.
+     </para>
+    </listitem>
+   </varlistentry>
+
    <varlistentry id="ini.apc.localcache">
     <term>
      <parameter>apc.localcache</parameter>

Reply via email to