From 17d30d88a5ba67389e05dd6719cf3bfe8c7eb727 Mon Sep 17 00:00:00 2001 From: Pavlo Yatsukhnenko Date: Wed, 3 Jan 2018 11:20:21 +0200 Subject: 3.1.6 --- package.xml | 30 ++++++++++++++++++------------ php_redis.h | 2 +- 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/package.xml b/package.xml index 1c7c537f..2e44b005 100644 --- a/package.xml +++ b/package.xml @@ -27,10 +27,10 @@ http://pear.php.net/dtd/package-2.0.xsd"> p.yatsukhnenko@gmail.com yes - 2017-12-20 + 2018-01-03 - 3.1.5 - 3.1.5 + 3.1.6 + 3.1.6 stable @@ -38,16 +38,10 @@ http://pear.php.net/dtd/package-2.0.xsd"> PHP - phpredis 3.1.5 - - This is interim release which contains only bug fixes. + phpredis 3.1.6 - * Fix segfault when extending Redis class in PHP 5 [d23eff] (Pavlo Yatsukhnenko) - * Fix RedisCluster constructor with PHP 7 strict scalar type [5c21d7] (Pavlo Yatsukhnenko) - * Allow to use empty string as persistant_id [344de5] (Pavlo Yatsukhnenko) - * Fix cluster_init_seeds. [db1347] (@adlagares) - * Fix z_seeds may be a reference [42581a] (@janic716) - * PHP >=7.3 uses zend_string for php_url elements [b566fb] (@fmk) + This release conains only fix of RedisArray distributor hashing function + which was broken in 3.1.4. Huge thanks to @rexchen123 @@ -103,6 +97,18 @@ http://pear.php.net/dtd/package-2.0.xsd"> + + stablestable + 3.1.63.1.6 + 2018-01-03 + + phpredis 3.1.6 + + This release conains only fix of RedisArray distributor hashing function + which was broken in 3.1.4. Huge thanks to @rexchen123 + + + stablestable 3.1.53.1.5 diff --git a/php_redis.h b/php_redis.h index 6a6497c6..f776c20f 100644 --- a/php_redis.h +++ b/php_redis.h @@ -25,7 +25,7 @@ #define PHP_REDIS_H /* phpredis version */ -#define PHP_REDIS_VERSION "3.1.5" +#define PHP_REDIS_VERSION "3.1.6" PHP_METHOD(Redis, __construct); PHP_METHOD(Redis, __destruct); -- cgit v1.2.3