Skip to content

Commit 0ee62bd

Browse files
committed
Release notes for 3.1.4
1 parent 7712044 commit 0ee62bd

File tree

3 files changed

+36
-5
lines changed

3 files changed

+36
-5
lines changed

ChangeLog

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

3+
Version 3.1.4 (2019-10-06)
4+
--------------------------
5+
6+
* Test on PHP 7.4 as well as 8.0 (#440)
7+
* Fix segfault for unknown memcached flags (#431)
8+
* Update documented defaults for sess_lock_retries( #432)
9+
* Remove stray instances of the TSRMLS_CC macro for PHP 8 compatibility (#444)
10+
311
Version 3.1.3 (2018-12-24)
412
--------------------------
513

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Dependencies
2323
------------
2424

2525
php-memcached 3.x:
26-
* Supports PHP 7.0 - 7.3.
26+
* Supports PHP 7.0 - 7.4.
2727
* Requires libmemcached 1.x or higher.
2828
* Optionally supports igbinary 2.0 or higher.
2929
* Optionally supports msgpack 2.0 or higher.

package.xml

+27-4
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>2018-12-24</date>
30+
<date>2019-10-06</date>
3131
<version>
32-
<release>3.1.3</release>
32+
<release>3.1.4</release>
3333
<api>3.0.0</api>
3434
</version>
3535
<stability>
@@ -38,13 +38,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
3838
</stability>
3939
<license uri="http://www.php.net/license">PHP</license>
4040
<notes>
41-
PHP 7.0 - 7.1 - 7.2 - 7.3 release of memcached extension. Note that support for
41+
PHP 7.0 - 7.1 - 7.2 - 7.3 - 7.4 release of memcached extension. Note that support for
4242
libmemcached 0.x series has been discontinued and the oldest actively tested
4343
version is 1.0.8. It is highly recommended to use version 1.0.18 of
4444
libmemcached.
4545

4646
Fixes
47-
* Fix --disable-memcached-session by ifdef-ing session INI handler callbacks (#396, #420)
47+
* Test on PHP 7.4 as well as 8.0 (#440)
48+
* Fix segfault for unknown memcached flags (#431)
49+
* Update documented defaults for sess_lock_retries( #432)
50+
* Remove stray instances of the TSRMLS_CC macro for PHP 8 compatibility (#444)
4851
</notes>
4952
<contents>
5053
<dir name="/">
@@ -203,6 +206,26 @@ Fixes
203206
<configureoption name="enable-memcached-session" prompt="enable sessions" default="yes"/>
204207
</extsrcrelease>
205208
<changelog>
209+
<release>
210+
<stability>
211+
<release>stable</release>
212+
<api>stable</api>
213+
</stability>
214+
<version>
215+
<release>3.1.3</release>
216+
<api>3.0.0</api>
217+
</version>
218+
<date>2018-12-22</date>
219+
<notes>
220+
PHP 7.0 - 7.1 - 7.2 - 7.3 release of memcached extension. Note that support for
221+
libmemcached 0.x series has been discontinued and the oldest actively tested
222+
version is 1.0.8. It is highly recommended to use version 1.0.18 of
223+
libmemcached.
224+
225+
Fixes
226+
* Fix --disable-memcached-session by ifdef-ing session INI handler callbacks (#396, #420)
227+
</notes>
228+
</release>
206229
<release>
207230
<stability>
208231
<release>stable</release>

0 commit comments

Comments
 (0)