mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
e1350fa838
commit
f99e201a27
1 changed files with 90 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue