Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 643998 - dev-php/pecl-redis-3.1.6: version bump
Summary: dev-php/pecl-redis-3.1.6: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-09 11:53 UTC by Tomáš Mózes
Modified: 2018-01-09 16:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2018-01-09 11:53:12 UTC
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)
Comment 1 Larry the Git Cow gentoo-dev 2018-01-09 16:34:47 UTC
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(-)
Comment 2 Tomáš Mózes 2018-01-09 16:49:10 UTC
Thank you Michael.