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:
Drak 2012-05-11 05:30:34 +00:00
parent 44b549ba37
commit 7bf76ff369
2 changed files with 12 additions and 0 deletions

View file

@ -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>

View file

@ -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>