@@ -27,9 +27,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
2727 <email >aaron@serendipity.cx</email >
2828 <active >yes</active >
2929 </lead >
30- <date >2017-02-12 </date >
30+ <date >2017-02-19 </date >
3131 <version >
32- <release >3.0.2 </release >
32+ <release >3.0.3 </release >
3333 <api >3.0.0</api >
3434 </version >
3535 <stability >
@@ -43,10 +43,8 @@ and the oldest actively tested version is 1.0.2. It is highly recommended to use
4343libmemcached.
4444
4545Fixes
46- * Update warning for touch command in binary protocol mode with libmemcached below 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-
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)
5048 </notes >
5149 <contents >
5250 <dir name =" /" >
@@ -191,6 +189,27 @@ Fixes
191189 <configureoption name =" with-libmemcached-dir" default =" no" prompt =" libmemcached directory" />
192190 </extsrcrelease >
193191 <changelog >
192+ <release >
193+ <stability >
194+ <release >stable</release >
195+ <api >stable</api >
196+ </stability >
197+ <version >
198+ <release >3.0.2</release >
199+ <api >3.0.0</api >
200+ </version >
201+ <date >2016-02-12</date >
202+ <notes >
203+ PHP7 release of memcached extension. Note that support for libmemcached 0.x series has been discontinued
204+ and the oldest actively tested version is 1.0.2. It is highly recommended to use version 1.0.18 of
205+ libmemcached.
206+
207+ Fixes
208+ * Update warning for touch command in binary protocol mode with libmemcached below 1.0.18 (#322)
209+ * Add tests for 64-bit increment/decrement/incrementByKey/decrementByKey (#321)
210+ * Fix tests for 32-bit increment/decrement/incrementByKey/decrementByKey (#319)
211+ </notes >
212+ </release >
194213 <release >
195214 <stability >
196215 <release >stable</release >
0 commit comments