mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Warn about unpredicable behaviour in Memcache and ini directives
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325654 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
44b549ba37
commit
7bf76ff369
2 changed files with 12 additions and 0 deletions
|
@ -75,6 +75,12 @@
|
|||
Set this
|
||||
parameter to <literal>0</literal> when using UNIX domain sockets.
|
||||
</para>
|
||||
<para>
|
||||
Please note: <parameter>port</parameter> defaults to
|
||||
<link linkend="ini.memcache.default-port">memcache.default_port</link>
|
||||
if not specified. For this reason it is wise to specify the port
|
||||
explicitly in this method call.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
|
|
@ -49,6 +49,12 @@
|
|||
Point to the port where memcached is listening for connections. Set this
|
||||
parameter to <literal>0</literal> when using UNIX domain sockets.
|
||||
</para>
|
||||
<para>
|
||||
Please note: <parameter>port</parameter> defaults to
|
||||
<link linkend="ini.memcache.default-port">memcache.default_port</link>
|
||||
if not specified. For this reason it is wise to specify the port
|
||||
explicitly in this method call.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
|
Loading…
Reference in a new issue