@@ -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-19 </date >
30
+ <date >2017-11-20 </date >
31
31
<version >
32
- <release >3.0.3 </release >
32
+ <release >3.0.4 </release >
33
33
<api >3.0.0</api >
34
34
</version >
35
35
<stability >
@@ -38,13 +38,19 @@ http://pear.php.net/dtd/package-2.0.xsd">
38
38
</stability >
39
39
<license uri =" http://www.php.net/license" >PHP</license >
40
40
<notes >
41
- PHP7 release of memcached extension. Note that support for libmemcached 0.x series has been discontinued
42
- and the oldest actively tested version is 1.0.2. It is highly recommended to use version 1.0.18 of
41
+ PHP 7.0 - 7.1 - 7.2 release of memcached extension. Note that support for
42
+ libmemcached 0.x series has been discontinued and the oldest actively tested
43
+ version is 1.0.2. It is highly recommended to use version 1.0.18 of
43
44
libmemcached.
44
45
45
46
Fixes
46
- * Fix crash when checking session data with older versions of libmemcached (#328)
47
- * Fix crash due to zend_mm_corrupted when fetching session data (#327)
47
+ * Fix corrupted interned strings (#338)
48
+ * Fix unit tests for compatibility with PHP 7.2 (#358, #359)
49
+ * Fix \x0a in key name locks up connection and triggers a fatal timeout error (#339)
50
+ * Fix missing optional parameter getStats($type) (#337)
51
+ * Fix typo in skip message (#331)
52
+ * Fix build warnings (329)
53
+ * Document GET_EXTENDED flag, add/rename other missing/misnamed constants (#335)
48
54
</notes >
49
55
<contents >
50
56
<dir name =" /" >
@@ -191,6 +197,26 @@ Fixes
191
197
<configureoption name =" with-libmemcached-dir" default =" no" prompt =" libmemcached directory" />
192
198
</extsrcrelease >
193
199
<changelog >
200
+ <release >
201
+ <stability >
202
+ <release >stable</release >
203
+ <api >stable</api >
204
+ </stability >
205
+ <version >
206
+ <release >3.0.3</release >
207
+ <api >3.0.0</api >
208
+ </version >
209
+ <date >2017-02-19</date >
210
+ <notes >
211
+ PHP7 release of memcached extension. Note that support for libmemcached 0.x series has been discontinued
212
+ and the oldest actively tested version is 1.0.2. It is highly recommended to use version 1.0.18 of
213
+ libmemcached.
214
+
215
+ Fixes
216
+ * Fix crash when checking session data with older versions of libmemcached (#328)
217
+ * Fix crash due to zend_mm_corrupted when fetching session data (#327)
218
+ </notes >
219
+ </release >
194
220
<release >
195
221
<stability >
196
222
<release >stable</release >
0 commit comments