Skip to content

Commit

Permalink
Release notes for 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sodabrew committed Dec 10, 2017
1 parent f30e742 commit 809e4b0
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 6 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
memcached extension changelog

Version 3.0.4 (2017-11-20)
--------------------------

* Fix corrupted interned strings (#338)
* Fix unit tests for compatibility with PHP 7.2 (#358, #359)
* Fix \x0a in key name locks up connection and triggers a fatal timeout error (#339)
* Fix missing optional parameter getStats($type) (#337)
* Fix typo in skip message (#331)
* Fix build warnings (#329)
* Document GET_EXTENDED flag, add/rename other missing/misnamed constants (#335)

Version 3.0.3 (2017-02-19)
--------------------------

Expand Down
38 changes: 32 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2017-02-19</date>
<date>2017-11-20</date>
<version>
<release>3.0.3</release>
<release>3.0.4</release>
<api>3.0.0</api>
</version>
<stability>
Expand All @@ -38,13 +38,19 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
PHP7 release of memcached extension. Note that support for libmemcached 0.x series has been discontinued
and the oldest actively tested version is 1.0.2. It is highly recommended to use version 1.0.18 of
PHP 7.0 - 7.1 - 7.2 release of memcached extension. Note that support for
libmemcached 0.x series has been discontinued and the oldest actively tested
version is 1.0.2. It is highly recommended to use version 1.0.18 of
libmemcached.

Fixes
* Fix crash when checking session data with older versions of libmemcached (#328)
* Fix crash due to zend_mm_corrupted when fetching session data (#327)
* Fix corrupted interned strings (#338)
* Fix unit tests for compatibility with PHP 7.2 (#358, #359)
* Fix \x0a in key name locks up connection and triggers a fatal timeout error (#339)
* Fix missing optional parameter getStats($type) (#337)
* Fix typo in skip message (#331)
* Fix build warnings (#329)
* Document GET_EXTENDED flag, add/rename other missing/misnamed constants (#335)
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -191,6 +197,26 @@ Fixes
<configureoption name="with-libmemcached-dir" default="no" prompt="libmemcached directory"/>
</extsrcrelease>
<changelog>
<release>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<version>
<release>3.0.3</release>
<api>3.0.0</api>
</version>
<date>2017-02-19</date>
<notes>
PHP7 release of memcached extension. Note that support for libmemcached 0.x series has been discontinued
and the oldest actively tested version is 1.0.2. It is highly recommended to use version 1.0.18 of
libmemcached.

Fixes
* Fix crash when checking session data with older versions of libmemcached (#328)
* Fix crash due to zend_mm_corrupted when fetching session data (#327)
</notes>
</release>
<release>
<stability>
<release>stable</release>
Expand Down

0 comments on commit 809e4b0

Please sign in to comment.