Skip to content

Commit ce46038

Browse files
committed
Release notes for 3.0.4
1 parent 2b6accd commit ce46038

File tree

2 files changed

+43
-6
lines changed

2 files changed

+43
-6
lines changed

ChangeLog

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
memcached extension changelog
22

3+
Version 3.0.4 (2017-11-20)
4+
--------------------------
5+
6+
* Fix corrupted interned strings (#338)
7+
* Fix unit tests for compatibility with PHP 7.2 (#358, #359)
8+
* Fix \x0a in key name locks up connection and triggers a fatal timeout error (#339)
9+
* Fix missing optional parameter getStats($type) (#337)
10+
* Fix typo in skip message (#331)
11+
* Fix build warnings (329)
12+
* Document GET_EXTENDED flag, add/rename other missing/misnamed constants (#335)
13+
314
Version 3.0.3 (2017-02-19)
415
--------------------------
516

package.xml

+32-6
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
2727
<email>[email protected]</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
4344
libmemcached.
4445

4546
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)
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

Comments
 (0)