Skip to content

Commit 659c393

Browse files
committed
fixup
1 parent 874d22f commit 659c393

File tree

1 file changed

+57
-1
lines changed

1 file changed

+57
-1
lines changed

reference/memcached/ini.xml

+57-1
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,17 @@
101101
<entry>PHP_INI_ALL</entry>
102102
<entry>Available since memcached 2.1.0.</entry>
103103
</row>
104+
<row>
105+
<entry><link linkend="ini.memcached.sess-binary">memcached.sess_binary</link></entry>
106+
<entry>Off</entry>
107+
<entry>PHP_INI_ALL</entry>
108+
<entry>Available since memcached 2.0.0. Replaced by memcached.sess_binary_protocol since memcached 3.0.0.</entry>
109+
</row>
104110
<row>
105111
<entry><link linkend="ini.memcached.sess-binary-protocol">memcached.sess_binary_protocol</link></entry>
106112
<entry>On</entry>
107113
<entry>PHP_INI_ALL</entry>
108-
<entry>Available since memcached 3.0.0.</entry>
114+
<entry>Available since memcached 3.0.0. Replace memcached.sess_binary.</entry>
109115
</row>
110116
<row>
111117
<entry><link linkend="ini.memcached.sess-randomize-replica-read">memcached.sess_randomize_replica_read</link></entry>
@@ -249,6 +255,20 @@
249255
</para>
250256
</listitem>
251257
</varlistentry>
258+
<varlistentry xml:id="ini.memcached.sess-lock-wait">
259+
<term>
260+
<parameter>memcached.sess_lock_wait</parameter>
261+
<type>integer</type>
262+
</term>
263+
<listitem>
264+
<para>
265+
Session spin lock retry wait time in microseconds. Be carefull when
266+
setting this value. Valid values are integers, where 0 is interpreted
267+
as the default value. Negative values result in a reduces locking to a
268+
try lock. The default is 150000.
269+
</para>
270+
</listitem>
271+
</varlistentry>
252272
<varlistentry xml:id="ini.memcached.sess-prefix">
253273
<term>
254274
<parameter>memcached.sess_prefix</parameter>
@@ -327,6 +347,18 @@
327347
</para>
328348
</listitem>
329349
</varlistentry>
350+
<varlistentry xml:id="ini.memcached.sess-binary">
351+
<term>
352+
<parameter>memcached.sess_binary</parameter>
353+
<type>boolean</type>
354+
</term>
355+
<listitem>
356+
<para>
357+
Use memcached session binary mode. Libmemcached replicas only work if
358+
binary mode is enabled. The default is Off.
359+
</para>
360+
</listitem>
361+
</varlistentry>
330362
<varlistentry xml:id="ini.memcached.sess-binary-protocol">
331363
<term>
332364
<parameter>memcached.sess_binary_protocol</parameter>
@@ -384,6 +416,17 @@
384416
</para>
385417
</listitem>
386418
</varlistentry>
419+
<varlistentry xml:id="ini.memcached.sess-remove-failed">
420+
<term>
421+
<parameter>memcached.sess_remove_failed</parameter>
422+
<type>integer</type>
423+
</term>
424+
<listitem>
425+
<para>
426+
Allow failed memcached server to automatically be removed.
427+
</para>
428+
</listitem>
429+
</varlistentry>
387430
<varlistentry xml:id="ini.memcached.compression-type">
388431
<term>
389432
<parameter>memcached.compression_type</parameter>
@@ -533,6 +576,19 @@
533576
</para>
534577
</listitem>
535578
</varlistentry>
579+
<varlistentry xml:id="ini.memcached.use-sasl">
580+
<term>
581+
<parameter>memcached.use_sasl</parameter>
582+
<type>boolean</type>
583+
</term>
584+
<listitem>
585+
<para>
586+
Use SASL authentication for connections. Valid values: On, Off. The
587+
default is Off.
588+
</para>
589+
</listitem>
590+
</varlistentry>
591+
536592
</variablelist>
537593
</para>
538594
</section>

0 commit comments

Comments
 (0)