Added skeletons for missing memcache ini settings

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310725 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2011-05-02 23:26:56 +00:00
parent e1350fa838
commit f99e201a27

View file

@ -64,6 +64,36 @@
<entry>PHP_INI_ALL</entry>
<entry>Supported since memcache 2.1.2</entry>
</row>
<row>
<entry>memcache.protocol</entry>
<entry>ascii</entry>
<entry>>PHP_INI_ALL</entry>
<entry>Supported since memcache 3.0.0</entry>
</row>
<row>
<entry>memcache.redundancy</entry>
<entry>1</entry>
<entry>>PHP_INI_ALL</entry>
<entry>Supported since memcache 3.0.0</entry>
</row>
<row>
<entry>memcache.session_redundancy</entry>
<entry>2</entry>
<entry>>PHP_INI_ALL</entry>
<entry>Supported since memcache 3.0.0</entry>
</row>
<row>
<entry>memcache.compress_threshold</entry>
<entry>20000</entry>
<entry>>PHP_INI_ALL</entry>
<entry>Supported since memcache 3.0.3</entry>
</row>
<row>
<entry>memcache.lock_timeout</entry>
<entry>15</entry>
<entry>>PHP_INI_ALL</entry>
<entry>Supported since memcache 3.0.4</entry>
</row>
</tbody>
</tgroup>
</table>
@ -188,6 +218,66 @@
</listitem>
</varlistentry>
<varlistentry xml:id="ini.memcache.protocol">
<term>
<parameter>memcache.protocol</parameter>
<type>string</type>
</term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.memcache.redundancy">
<term>
<parameter>memcache.redundancy</parameter>
<type>integer</type>
</term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.memcache.session-redundancy">
<term>
<parameter>memcache.session_redundancy</parameter>
<type>integer</type>
</term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.memcache.compress-threshold">
<term>
<parameter>memcache.compress_threshold</parameter>
<type>integer</type>
</term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.memcache.lock-timeout">
<term>
<parameter>memcache.lock_timeout</parameter>
<type>integer</type>
</term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</section>