3.1.6 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 3.1.5 phpredis 3.1.5 This is interim release which contains only bug fixes. * 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)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c58a39b72dc2410ed2947fa6014bfcb2a6196ac commit 7c58a39b72dc2410ed2947fa6014bfcb2a6196ac Author: Michael Orlitzky <mjo@gentoo.org> AuthorDate: 2018-01-09 15:12:11 +0000 Commit: Michael Orlitzky <mjo@gentoo.org> CommitDate: 2018-01-09 16:30:29 +0000 dev-php/pecl-redis: new version 3.1.6. Closes: https://bugs.gentoo.org/643998 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-php/pecl-redis/Manifest | 2 +- .../pecl-redis/{pecl-redis-3.1.4-r1.ebuild => pecl-redis-3.1.6.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Thank you Michael.