@@ -27,9 +27,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
27
27
28
28
<active >yes</active >
29
29
</lead >
30
- <date >2017-02-07 </date >
30
+ <date >2017-02-12 </date >
31
31
<version >
32
- <release >3.0.1 </release >
32
+ <release >3.0.2 </release >
33
33
<api >3.0.0</api >
34
34
</version >
35
35
<stability >
@@ -43,11 +43,10 @@ and the oldest actively tested version is 1.0.2. It is highly recommended to use
43
43
libmemcached.
44
44
45
45
Fixes
46
- * Add API entries for flushBuffers() and getAllKeys() (#316)
47
- * Ignore specific errors from memcached_dump for getAllKeys() with newer memcached servers (#315)
48
- * Fix compiling with memcached binary protocol enabled (#312)
49
- * Restore php_libmemcached_compat with workaround for missing memcached_exists (#314)
50
- * Travis CI purge old versions of memcached and libmemcached (#309)
46
+ * Update warning for touch command in binary protocol mode with libmemcached < 1.0.18 (#322)
47
+ * Add tests for 64-bit increment/decrement/incrementByKey/decrementByKey (#321)
48
+ * Fix tests for 32-bit increment/decrement/incrementByKey/decrementByKey (#319)
49
+
51
50
</notes >
52
51
<contents >
53
52
<dir name =" /" >
@@ -191,6 +190,29 @@ Fixes
191
190
<configureoption name =" with-libmemcached-dir" default =" no" prompt =" libmemcached directory" />
192
191
</extsrcrelease >
193
192
<changelog >
193
+ <release >
194
+ <stability >
195
+ <release >stable</release >
196
+ <api >stable</api >
197
+ </stability >
198
+ <version >
199
+ <release >3.0.1</release >
200
+ <api >3.0.0</api >
201
+ </version >
202
+ <date >2016-02-07</date >
203
+ <notes >
204
+ PHP7 release of memcached extension. Note that support for libmemcached 0.x series has been discontinued
205
+ and the oldest actively tested version is 1.0.2. It is highly recommended to use version 1.0.18 of
206
+ libmemcached.
207
+
208
+ Fixes
209
+ * Add API entries for flushBuffers() and getAllKeys() (#316)
210
+ * Ignore specific errors from memcached_dump for getAllKeys() with newer memcached servers (#315)
211
+ * Fix compiling with memcached binary protocol enabled (#312)
212
+ * Restore php_libmemcached_compat with workaround for missing memcached_exists (#314)
213
+ * Travis CI purge old versions of memcached and libmemcached (#309)
214
+ </notes >
215
+ </release >
194
216
<release >
195
217
<stability >
196
218
<release >stable</release >
0 commit comments