|
21 | 21 | <entry><link linkend="ini.memcached.sess-locking">memcached.sess_locking</link></entry>
|
22 | 22 | <entry>On</entry>
|
23 | 23 | <entry>PHP_INI_ALL</entry>
|
24 |
| - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
| 24 | + <entry>Available since memcached 0.1.0.</entry> |
| 25 | + </row> |
| 26 | + <row> |
| 27 | + <entry><link linkend="ini.memcached.sess-lock-wait">memcached.sess_lock_wait</link></entry> |
| 28 | + <entry>150000</entry> |
| 29 | + <entry>PHP_INI_ALL</entry> |
| 30 | + <entry>Available since memcached 0.1.0. Removed since memcached 3.0.0.</entry> |
25 | 31 | </row>
|
26 | 32 | <row>
|
27 | 33 | <entry><link linkend="ini.memcached.sess-lock-wait-min">memcached.sess_lock_wait_min</link></entry>
|
28 | 34 | <entry>150</entry>
|
29 | 35 | <entry>PHP_INI_ALL</entry>
|
30 |
| - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
| 36 | + <entry>Available since memcached 3.0.0. Default value 150 since memcached 3.1.0 (previously 1000).</entry> |
31 | 37 | </row>
|
32 | 38 | <row>
|
33 | 39 | <entry><link linkend="ini.memcached.sess-lock-wait-max">memcached.sess_lock_wait_max</link></entry>
|
34 | 40 | <entry>150</entry>
|
35 | 41 | <entry>PHP_INI_ALL</entry>
|
36 |
| - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
| 42 | + <entry>Available since memcached 3.0.0. Default value 150 since memcached 3.1.0 (previously 2000).</entry> |
37 | 43 | </row>
|
38 | 44 | <row>
|
39 | 45 | <entry><link linkend="ini.memcached.sess-lock-retries">memcached.sess_lock_retries</link></entry>
|
40 | 46 | <entry>5</entry>
|
41 | 47 | <entry>PHP_INI_ALL</entry>
|
42 |
| - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
| 48 | + <entry>Available since memcached 3.0.0.</entry> |
43 | 49 | </row>
|
44 | 50 | <row>
|
45 | 51 | <entry><link linkend="ini.memcached.sess-lock-expire">memcached.sess_lock_expire</link></entry>
|
46 | 52 | <entry>0</entry>
|
47 | 53 | <entry>PHP_INI_ALL</entry>
|
48 |
| - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
| 54 | + <entry>Available since memcached 2.2.0.</entry> |
49 | 55 | </row>
|
50 | 56 | <row>
|
51 | 57 | <entry><link linkend="ini.memcached.sess-prefix">memcached.sess_prefix</link></entry>
|
52 | 58 | <entry>memc.sess.key.</entry>
|
53 | 59 | <entry>PHP_INI_ALL</entry>
|
54 |
| - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
| 60 | + <entry>Available since memcached 0.1.0.</entry> |
55 | 61 | </row>
|
56 | 62 | <row>
|
57 | 63 | <entry><link linkend="ini.memcached.sess-persistent">memcached.sess_persistent</link></entry>
|
58 | 64 | <entry>Off</entry>
|
59 | 65 | <entry>PHP_INI_ALL</entry>
|
60 |
| - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
| 66 | + <entry>Available since memcached 3.0.0.</entry> |
61 | 67 | </row>
|
62 | 68 | <row>
|
63 | 69 | <entry><link linkend="ini.memcached.sess-consistent-hash">memcached.sess_consistent_hash</link></entry>
|
64 | 70 | <entry>On</entry>
|
65 | 71 | <entry>PHP_INI_ALL</entry>
|
66 |
| - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
| 72 | + <entry>Available since memcached 2.1.0. Default value to On since 3.0.0.</entry> |
67 | 73 | </row>
|
68 | 74 | <row>
|
69 | 75 | <entry><link linkend="ini.memcached.sess-consistent-hash-type">memcached.sess_consistent_hash_type</link></entry>
|
70 | 76 | <entry>ketama</entry>
|
71 | 77 | <entry>PHP_INI_ALL</entry>
|
72 |
| - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
| 78 | + <entry>Available since memcached 3.1.0.</entry> |
| 79 | + </row> |
| 80 | + <row> |
| 81 | + <entry><link linkend="ini.memcached.sess-remove-failed-servers">memcached.sess_remove_failed</link></entry> |
| 82 | + <entry>On</entry> |
| 83 | + <entry>PHP_INI_ALL</entry> |
| 84 | + <entry>Available since memcached 2.1.0. Replaced by memcached.sess_remove_failed_servers since memcached 3.0.0.</entry> |
73 | 85 | </row>
|
74 | 86 | <row>
|
75 | 87 | <entry><link linkend="ini.memcached.sess-remove-failed-servers">memcached.sess_remove_failed_servers</link></entry>
|
76 | 88 | <entry>Off</entry>
|
77 | 89 | <entry>PHP_INI_ALL</entry>
|
78 |
| - <entry>Before PHP 7.0.0, this setting was called memcached.sess_remove_failed</entry> |
| 90 | + <entry>Available since memcached 3.0.0. Replace memcached.sess_remove_failed.</entry> |
79 | 91 | </row>
|
80 | 92 | <row>
|
81 | 93 | <entry><link linkend="ini.memcached.sess-server-failure-limit">memcached.sess_server_failure_limit</link></entry>
|
82 | 94 | <entry>0</entry>
|
83 | 95 | <entry>PHP_INI_ALL</entry>
|
84 |
| - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
| 96 | + <entry>Available since memcached 3.0.0.</entry> |
85 | 97 | </row>
|
86 | 98 | <row>
|
87 | 99 | <entry><link linkend="ini.memcached.sess-number-of-replicas">memcached.sess_number_of_replicas</link></entry>
|
88 | 100 | <entry>0</entry>
|
89 | 101 | <entry>PHP_INI_ALL</entry>
|
90 |
| - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
| 102 | + <entry>Available since memcached 2.1.0.</entry> |
91 | 103 | </row>
|
92 | 104 | <row>
|
93 | 105 | <entry><link linkend="ini.memcached.sess-binary-protocol">memcached.sess_binary_protocol</link></entry>
|
94 | 106 | <entry>On</entry>
|
95 | 107 | <entry>PHP_INI_ALL</entry>
|
96 |
| - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
| 108 | + <entry>Available since memcached 3.0.0.</entry> |
97 | 109 | </row>
|
98 | 110 | <row>
|
99 | 111 | <entry><link linkend="ini.memcached.sess-randomize-replica-read">memcached.sess_randomize_replica_read</link></entry>
|
100 | 112 | <entry>Off</entry>
|
101 | 113 | <entry>PHP_INI_ALL</entry>
|
102 |
| - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
| 114 | + <entry>Available since memcached 2.1.0.</entry> |
103 | 115 | </row>
|
104 | 116 | <row>
|
105 | 117 | <entry><link linkend="ini.memcached.sess-connect-timeout">memcached.sess_connect_timeout</link></entry>
|
106 | 118 | <entry>1000</entry>
|
107 | 119 | <entry>PHP_INI_ALL</entry>
|
108 |
| - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
| 120 | + <entry>Available since memcached 2.2.0.</entry> |
| 121 | + </row> |
| 122 | + <row> |
| 123 | + <entry><link linkend="ini.memcached.use_sasl">memcached.use_sasl</link></entry> |
| 124 | + <entry>0</entry> |
| 125 | + <entry>PHP_INI_ALL</entry> |
| 126 | + <entry>Available since memcached 2.2.0. Removed since memcached 3.0.0.</entry> |
109 | 127 | </row>
|
110 | 128 | <row>
|
111 | 129 | <entry><link linkend="ini.memcached.sess-sasl-username">memcached.sess_sasl_username</link></entry>
|
112 | 130 | <entry>null</entry>
|
113 | 131 | <entry>PHP_INI_ALL</entry>
|
114 |
| - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
| 132 | + <entry>Available since memcached 2.2.0.</entry> |
115 | 133 | </row>
|
116 | 134 | <row>
|
117 | 135 | <entry><link linkend="ini.memcached.sess-sasl-password">memcached.sess_sasl_password</link></entry>
|
118 | 136 | <entry>null</entry>
|
119 | 137 | <entry>PHP_INI_ALL</entry>
|
120 |
| - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
| 138 | + <entry>Available since memcached 2.2.0.</entry> |
121 | 139 | </row>
|
122 | 140 | <row>
|
123 | 141 | <entry><link linkend="ini.memcached.compression-type">memcached.compression_type</link></entry>
|
124 | 142 | <entry>fastlz</entry>
|
125 | 143 | <entry>PHP_INI_ALL</entry>
|
126 |
| - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
| 144 | + <entry>Available since memcached 0.1.0.</entry> |
127 | 145 | </row>
|
128 | 146 | <row>
|
129 | 147 | <entry><link linkend="ini.memcached.compression-factor">memcached.compression_factor</link></entry>
|
130 | 148 | <entry>1.3</entry>
|
131 | 149 | <entry>PHP_INI_ALL</entry>
|
132 |
| - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
| 150 | + <entry>Available since memcached 0.1.0.</entry> |
133 | 151 | </row>
|
134 | 152 | <row>
|
135 | 153 | <entry><link linkend="ini.memcached.compression-threshold">memcached.compression_threshold</link></entry>
|
136 | 154 | <entry>2000</entry>
|
137 | 155 | <entry>PHP_INI_ALL</entry>
|
138 |
| - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
| 156 | + <entry>Available since memcached 0.1.0.</entry> |
139 | 157 | </row>
|
140 | 158 | <row>
|
141 | 159 | <entry><link linkend="ini.memcached.serializer">memcached.serializer</link></entry>
|
142 | 160 | <entry>igbinary</entry>
|
143 | 161 | <entry>PHP_INI_ALL</entry>
|
144 |
| - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
| 162 | + <entry>Available since memcached 0.1.0.</entry> |
145 | 163 | </row>
|
146 | 164 | <row>
|
147 | 165 | <entry><link linkend="ini.memcached.store-retry-count">memcached.store_retry_count</link></entry>
|
148 | 166 | <entry>2</entry>
|
149 | 167 | <entry>PHP_INI_ALL</entry>
|
150 |
| - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
| 168 | + <entry>Available since memcached 2.2.0.</entry> |
151 | 169 | </row>
|
152 | 170 | <row>
|
153 | 171 | <entry><link linkend="ini.memcached.default-consistent-hash">memcached.default_consistent_hash</link></entry>
|
154 | 172 | <entry>Off</entry>
|
155 | 173 | <entry>PHP_INI_ALL</entry>
|
156 |
| - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
| 174 | + <entry>Available since memcached 3.0.0.</entry> |
157 | 175 | </row>
|
158 | 176 | <row>
|
159 | 177 | <entry><link linkend="ini.memcached.default-binary-protocol">memcached.default_binary_protocol</link></entry>
|
160 | 178 | <entry>Off</entry>
|
161 | 179 | <entry>PHP_INI_ALL</entry>
|
162 |
| - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
| 180 | + <entry>Available since memcached 3.0.0.</entry> |
163 | 181 | </row>
|
164 | 182 | <row>
|
165 | 183 | <entry><link linkend="ini.memcached.default-connect-timeout">memcached.default_connect_timeout</link></entry>
|
166 | 184 | <entry>0</entry>
|
167 | 185 | <entry>PHP_INI_ALL</entry>
|
168 |
| - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
| 186 | + <entry>Available since memcached 3.0.0.</entry> |
169 | 187 | </row>
|
170 | 188 | </tbody>
|
171 | 189 | </tgroup>
|
|
421 | 439 | <para>
|
422 | 440 | Standard php JSON encoding. This serializer is fast and compact but
|
423 | 441 | only works on UTF-8 encoded data and does not fully implement
|
424 |
| - serializing. See the JSON extension. |
| 442 | + serializing. See the JSON extension. Available since memcached 0.2.0. |
425 | 443 | </para>
|
426 | 444 | </listitem>
|
427 | 445 | </varlistentry>
|
428 | 446 | <varlistentry>
|
429 | 447 | <term>json_array</term>
|
430 | 448 | <listitem>
|
431 | 449 | <para>
|
432 |
| - As json, but decodes into arrays. |
| 450 | + As json, but decodes into arrays. Available since memcached 2.0.0. |
433 | 451 | </para>
|
434 | 452 | </listitem>
|
435 | 453 | </varlistentry>
|
|
445 | 463 | <term>igbinary</term>
|
446 | 464 | <listitem>
|
447 | 465 | <para>
|
448 |
| - A binary serializer |
| 466 | + A binary serializer. Available since memcached 0.1.4. |
449 | 467 | </para>
|
450 | 468 | </listitem>
|
451 | 469 | </varlistentry>
|
452 | 470 | <varlistentry>
|
453 | 471 | <term>msgpack</term>
|
454 | 472 | <listitem>
|
455 | 473 | <para>
|
456 |
| - A cross-language binary serializer |
| 474 | + A cross-language binary serializer. Available since memcached 2.2.0. |
457 | 475 | </para>
|
458 | 476 | </listitem>
|
459 | 477 | </varlistentry>
|
|
0 commit comments