mikl            Thu May 18 05:38:16 2006 UTC

  Added files:                 
    /phpdoc/en/reference/memcache       ini.xml 

  Modified files:              
    /phpdoc/en/reference/memcache       reference.xml 
  Log:
  Added documentation of INI directives
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/memcache/reference.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/memcache/reference.xml
diff -u phpdoc/en/reference/memcache/reference.xml:1.7 
phpdoc/en/reference/memcache/reference.xml:1.8
--- phpdoc/en/reference/memcache/reference.xml:1.7      Fri Dec 23 16:17:38 2005
+++ phpdoc/en/reference/memcache/reference.xml  Thu May 18 05:38:15 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- Purpose: remote.other -->
 <!-- Membership: pecl, external -->
 
@@ -34,12 +34,7 @@
    </section>
 
    &reference.memcache.configure;
-   &reference.memcache.constants;
-   
-   <section id="memcache.ini">
-    &reftitle.runtime;
-    &no.config;
-   </section>
+   &reference.memcache.ini;
 
    <section id="memcache.resources">
     &reftitle.resources;
@@ -49,6 +44,8 @@
     </para>
    </section>
 
+   &reference.memcache.constants;
+
    <section id="memcache.examples">
    &reftitle.examples;
     <para>

http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/memcache/ini.xml?view=markup&rev=1.1
Index: phpdoc/en/reference/memcache/ini.xml
+++ phpdoc/en/reference/memcache/ini.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="memcache.ini">
 &reftitle.runtime;
 &extension.runtime;
 <para>
  <table>
   <title>Memcache Configuration Options</title>
   <tgroup cols="4">
    <thead>
     <row>
      <entry>Name</entry>
      <entry>Default</entry>
      <entry>Changeable</entry>
      <entry>Changelog</entry>
     </row>
    </thead>
    <tbody>
     <row>
      <entry>memcache.allow_failover</entry>
      <entry>"1"</entry>
      <entry>PHP_INI_ALL</entry>
      <entry>Available since Memcache 2.0.2</entry>
     </row>
     <row>
      <entry>memcache.chunk_size</entry>
      <entry>"8192"</entry>
      <entry>PHP_INI_ALL</entry>
      <entry>Available since Memcache 2.0.2</entry>
     </row>
     <row>
      <entry>memcache.default_port</entry>
      <entry>"11211"</entry>
      <entry>PHP_INI_ALL</entry>
      <entry>Available since Memcache 2.0.2</entry>
     </row>
    </tbody>
   </tgroup>
  </table>
  &ini.php.constants;
</para>

&ini.descriptions.title;

<para>
 <variablelist>
  
  <varlistentry id="ini.memcache.allow-failover">
   <term>
    <parameter>memcache.allow_failover</parameter>
    <type>boolean</type>
   </term>
   <listitem>
    <para>
     Whether to transparently failover to other servers on 
     errors.
    </para>
   </listitem>
  </varlistentry>
  
  <varlistentry id="ini.memcache.chunk-size">
   <term>
    <parameter>memcache.chunk_size</parameter>
    <type>integer</type>
   </term>
   <listitem>
    <para>
     Data will be transfered in chunks of this size, setting
     the value lower requires more network writes. Try 
     increasing this value to 32768 if noticing otherwise 
     inexplicable slowdowns.
    </para>
   </listitem>
  </varlistentry>
  
  <varlistentry id="ini.memcache.default-port">
   <term>
    <parameter>memcache.default_port</parameter>
    <type>string</type>
   </term>
   <listitem>
    <para>
     The default TCP port number to use when connecting to
     the memcached server if no other port is specified.
    </para>
   </listitem>
  </varlistentry>
  
 </variablelist>
 </para>
</section>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

Reply via email to