@@ -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-19 </date >
30+ <date >2017-11-20 </date >
3131 <version >
32- <release >3.0.3 </release >
32+ <release >3.0.4 </release >
3333 <api >3.0.0</api >
3434 </version >
3535 <stability >
@@ -38,13 +38,19 @@ http://pear.php.net/dtd/package-2.0.xsd">
3838 </stability >
3939 <license uri =" http://www.php.net/license" >PHP</license >
4040 <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
4344libmemcached.
4445
4546Fixes
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)
4854 </notes >
4955 <contents >
5056 <dir name =" /" >
@@ -191,6 +197,26 @@ Fixes
191197 <configureoption name =" with-libmemcached-dir" default =" no" prompt =" libmemcached directory" />
192198 </extsrcrelease >
193199 <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 >
194220 <release >
195221 <stability >
196222 <release >stable</release >
0 commit comments