Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 692148 - dev-php/pecl-redis-5.0.2: version bump
Summary: dev-php/pecl-redis-5.0.2: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-14 15:39 UTC by Tomáš Mózes
Modified: 2019-10-05 08:40 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 2019-08-14 15:39:15 UTC
5.0.2 	This release contains bugfixes and changes that necessary for PHP-7.4 compatibility
* Cleanup TSRMLS_* usage [94380227] (Remi Collet)
* Replace ulong with zend_ulong [b4eb158a] (Remi Collet)
* Replace uint with uint32_t [d6fc5c73] (Remi Collet)
* Fix regression for conntecting to ports > 32767 [1f41da64] (Owen Smith)
* RedisCluster segfaults after second connection with cache_slots enabled [f52cd237, cb5d6b94] (Pavlo Yatsukhnenko, Michael Grunder)
* Documentation improvements (Michael Grunder)

5.0.1 	This release contains only bugfix for one critical issue
* RedisCluster segfaults after second connection with cache_slots enabled [327cf0bd] (Pavlo Yatsukhnenko)
5.0.0 	This release contains important improvements and breaking changes.
The most interesting are: drop PHP5 support, RedisCluster slots caching,
JSON and msgpack serializers, soft deprecation of non-Redis commands.


phpredis 5.0.0
* Remove HAVE_SPL [55c5586c] (@petk)
* Update Fedora installation instructions [90aa067c] (@remicollet)

phpredis 5.0.0RC2

* Allow compilation without JSON serialization enabled and fixes for deprecated
helper methods. [235a27] (Pavlo Yatsukhnenko)
* Fix php msgpack >= 2.0.3 version requirement. [6973478..a537df8] (Michael Grunder)

phpredis 5.0.0RC1

* Enable connection pooling by default [8206b147] (Pavlo Yatsukhnenko)
* Soft deprecate methods that aren't actually Redis commands [a81b4f2d, 95c8aab9] (Pavlo Yatsukhnenko, Michael Grunder)
* Enable pooling for cluster slave nodes [17600dd1] (Michael Grunder)
* xInfo response format [4852a510, ac9dca0a] (Pavlo Yatsukhnenko)
* Make the XREADGROUP optional COUNT and BLOCK arguments nullable [0c17bd27] (Michael Grunder)
* Allow PING to take an optional argument [6e494170] (Michael Grunder)
* Allow ZRANGE to be called either with `true` or `['withscores' => true]` [19f3efcf] (Michael Grunder)
* Allow to specify server address as schema://host [418428fa] (Pavlo Yatsukhnenko)
* Allow persistent_id to be passed as NULL with strict_types enabled [60223762] (Michael Grunder)
* Add server address to exception message [e8fb49be, 34d6403d] (Pavlo Yatsukhnenko)
* Adds OPT_REPLY_LITERAL for rawCommand and EVAL [5cb30fb2] (Michael Grunder)
* JSON serializer [98bd2886, 96c57139] (Pavlo Yatsukhnenko, Michael Grunder)
* Add support for STREAM to the type command [d7450b2f, 068ce978, 8a45d18c] (Michael Grunder, Pavlo Yatsukhnenko)
* Fix TypeError when using built-in constants in `setOption` [4c7643ee] (@JoyceBabu)
* Handle references in MGET [60d8b679] (Michael Grunder)
* msgpack serializer [d5b8f833, 545250f3, 52bae8ab] (@bgort, Pavlo Yatsukhnenko, Michael Grunder)
* Add Cluster slots caching [9f0d7bc0, ea081e05] (Michael Grunder)
* Drop PHP5 support [f9928642, 46a50c12, 4601887d, 6ebb36ce, fdbe9d29] (Michael Grunder)
* Documentation improvements (@alexander-schranz, @cookieguru, Pavlo Yatsukhnenko, Michael Grunder)
Comment 1 Larry the Git Cow gentoo-dev 2019-10-04 17:04:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=732acb31261ba6b1d2766e4dc6ee6217afe60c51

commit 732acb31261ba6b1d2766e4dc6ee6217afe60c51
Author:     Brian Evans <grknight@gentoo.org>
AuthorDate: 2019-10-04 17:04:00 +0000
Commit:     Brian Evans <grknight@gentoo.org>
CommitDate: 2019-10-04 17:04:00 +0000

    dev-php/pecl-redis: Version bump for 5.0.2
    
    Closes: https://bugs.gentoo.org/692148
    Package-Manager: Portage-2.3.76, Repoman-2.3.17
    Signed-off-by: Brian Evans <grknight@gentoo.org>

 dev-php/pecl-redis/Manifest                |  1 +
 dev-php/pecl-redis/metadata.xml            |  1 +
 dev-php/pecl-redis/pecl-redis-5.0.2.ebuild | 52 ++++++++++++++++++++++++++++++
 3 files changed, 54 insertions(+)
Comment 2 Tomáš Mózes 2019-10-05 08:40:01 UTC
Thank you