Skip to content

Commit 845b3a1

Browse files
committed
add changelog
1 parent 8207fd2 commit 845b3a1

File tree

1 file changed

+47
-29
lines changed

1 file changed

+47
-29
lines changed

reference/memcached/ini.xml

+47-29
Original file line numberDiff line numberDiff line change
@@ -21,151 +21,169 @@
2121
<entry><link linkend="ini.memcached.sess-locking">memcached.sess_locking</link></entry>
2222
<entry>On</entry>
2323
<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>
2531
</row>
2632
<row>
2733
<entry><link linkend="ini.memcached.sess-lock-wait-min">memcached.sess_lock_wait_min</link></entry>
2834
<entry>150</entry>
2935
<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>
3137
</row>
3238
<row>
3339
<entry><link linkend="ini.memcached.sess-lock-wait-max">memcached.sess_lock_wait_max</link></entry>
3440
<entry>150</entry>
3541
<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>
3743
</row>
3844
<row>
3945
<entry><link linkend="ini.memcached.sess-lock-retries">memcached.sess_lock_retries</link></entry>
4046
<entry>5</entry>
4147
<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>
4349
</row>
4450
<row>
4551
<entry><link linkend="ini.memcached.sess-lock-expire">memcached.sess_lock_expire</link></entry>
4652
<entry>0</entry>
4753
<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>
4955
</row>
5056
<row>
5157
<entry><link linkend="ini.memcached.sess-prefix">memcached.sess_prefix</link></entry>
5258
<entry>memc.sess.key.</entry>
5359
<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>
5561
</row>
5662
<row>
5763
<entry><link linkend="ini.memcached.sess-persistent">memcached.sess_persistent</link></entry>
5864
<entry>Off</entry>
5965
<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>
6167
</row>
6268
<row>
6369
<entry><link linkend="ini.memcached.sess-consistent-hash">memcached.sess_consistent_hash</link></entry>
6470
<entry>On</entry>
6571
<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>
6773
</row>
6874
<row>
6975
<entry><link linkend="ini.memcached.sess-consistent-hash-type">memcached.sess_consistent_hash_type</link></entry>
7076
<entry>ketama</entry>
7177
<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>
7385
</row>
7486
<row>
7587
<entry><link linkend="ini.memcached.sess-remove-failed-servers">memcached.sess_remove_failed_servers</link></entry>
7688
<entry>Off</entry>
7789
<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>
7991
</row>
8092
<row>
8193
<entry><link linkend="ini.memcached.sess-server-failure-limit">memcached.sess_server_failure_limit</link></entry>
8294
<entry>0</entry>
8395
<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>
8597
</row>
8698
<row>
8799
<entry><link linkend="ini.memcached.sess-number-of-replicas">memcached.sess_number_of_replicas</link></entry>
88100
<entry>0</entry>
89101
<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>
91103
</row>
92104
<row>
93105
<entry><link linkend="ini.memcached.sess-binary-protocol">memcached.sess_binary_protocol</link></entry>
94106
<entry>On</entry>
95107
<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>
97109
</row>
98110
<row>
99111
<entry><link linkend="ini.memcached.sess-randomize-replica-read">memcached.sess_randomize_replica_read</link></entry>
100112
<entry>Off</entry>
101113
<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>
103115
</row>
104116
<row>
105117
<entry><link linkend="ini.memcached.sess-connect-timeout">memcached.sess_connect_timeout</link></entry>
106118
<entry>1000</entry>
107119
<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>
109127
</row>
110128
<row>
111129
<entry><link linkend="ini.memcached.sess-sasl-username">memcached.sess_sasl_username</link></entry>
112130
<entry>null</entry>
113131
<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>
115133
</row>
116134
<row>
117135
<entry><link linkend="ini.memcached.sess-sasl-password">memcached.sess_sasl_password</link></entry>
118136
<entry>null</entry>
119137
<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>
121139
</row>
122140
<row>
123141
<entry><link linkend="ini.memcached.compression-type">memcached.compression_type</link></entry>
124142
<entry>fastlz</entry>
125143
<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>
127145
</row>
128146
<row>
129147
<entry><link linkend="ini.memcached.compression-factor">memcached.compression_factor</link></entry>
130148
<entry>1.3</entry>
131149
<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>
133151
</row>
134152
<row>
135153
<entry><link linkend="ini.memcached.compression-threshold">memcached.compression_threshold</link></entry>
136154
<entry>2000</entry>
137155
<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>
139157
</row>
140158
<row>
141159
<entry><link linkend="ini.memcached.serializer">memcached.serializer</link></entry>
142160
<entry>igbinary</entry>
143161
<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>
145163
</row>
146164
<row>
147165
<entry><link linkend="ini.memcached.store-retry-count">memcached.store_retry_count</link></entry>
148166
<entry>2</entry>
149167
<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>
151169
</row>
152170
<row>
153171
<entry><link linkend="ini.memcached.default-consistent-hash">memcached.default_consistent_hash</link></entry>
154172
<entry>Off</entry>
155173
<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>
157175
</row>
158176
<row>
159177
<entry><link linkend="ini.memcached.default-binary-protocol">memcached.default_binary_protocol</link></entry>
160178
<entry>Off</entry>
161179
<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>
163181
</row>
164182
<row>
165183
<entry><link linkend="ini.memcached.default-connect-timeout">memcached.default_connect_timeout</link></entry>
166184
<entry>0</entry>
167185
<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>
169187
</row>
170188
</tbody>
171189
</tgroup>
@@ -421,15 +439,15 @@
421439
<para>
422440
Standard php JSON encoding. This serializer is fast and compact but
423441
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.
425443
</para>
426444
</listitem>
427445
</varlistentry>
428446
<varlistentry>
429447
<term>json_array</term>
430448
<listitem>
431449
<para>
432-
As json, but decodes into arrays.
450+
As json, but decodes into arrays. Available since memcached 2.0.0.
433451
</para>
434452
</listitem>
435453
</varlistentry>
@@ -445,15 +463,15 @@
445463
<term>igbinary</term>
446464
<listitem>
447465
<para>
448-
A binary serializer
466+
A binary serializer. Available since memcached 0.1.4.
449467
</para>
450468
</listitem>
451469
</varlistentry>
452470
<varlistentry>
453471
<term>msgpack</term>
454472
<listitem>
455473
<para>
456-
A cross-language binary serializer
474+
A cross-language binary serializer. Available since memcached 2.2.0.
457475
</para>
458476
</listitem>
459477
</varlistentry>

0 commit comments

Comments
 (0)