|
101 | 101 | <entry>PHP_INI_ALL</entry>
|
102 | 102 | <entry>Available since memcached 2.1.0.</entry>
|
103 | 103 | </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> |
104 | 110 | <row>
|
105 | 111 | <entry><link linkend="ini.memcached.sess-binary-protocol">memcached.sess_binary_protocol</link></entry>
|
106 | 112 | <entry>On</entry>
|
107 | 113 | <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> |
109 | 115 | </row>
|
110 | 116 | <row>
|
111 | 117 | <entry><link linkend="ini.memcached.sess-randomize-replica-read">memcached.sess_randomize_replica_read</link></entry>
|
|
249 | 255 | </para>
|
250 | 256 | </listitem>
|
251 | 257 | </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> |
252 | 272 | <varlistentry xml:id="ini.memcached.sess-prefix">
|
253 | 273 | <term>
|
254 | 274 | <parameter>memcached.sess_prefix</parameter>
|
|
327 | 347 | </para>
|
328 | 348 | </listitem>
|
329 | 349 | </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> |
330 | 362 | <varlistentry xml:id="ini.memcached.sess-binary-protocol">
|
331 | 363 | <term>
|
332 | 364 | <parameter>memcached.sess_binary_protocol</parameter>
|
|
384 | 416 | </para>
|
385 | 417 | </listitem>
|
386 | 418 | </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> |
387 | 430 | <varlistentry xml:id="ini.memcached.compression-type">
|
388 | 431 | <term>
|
389 | 432 | <parameter>memcached.compression_type</parameter>
|
|
533 | 576 | </para>
|
534 | 577 | </listitem>
|
535 | 578 | </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 | + |
536 | 592 | </variablelist>
|
537 | 593 | </para>
|
538 | 594 | </section>
|
|
0 commit comments