Changelog for
php7-redis-3.1.1RC1-6.1.x86_64.rpm :
Tue Jan 3 13:00:00 2017 freitagAATTowncloud.com
- cat the right name into the ini file
Mon Jan 2 13:00:00 2017 freitagAATTowncloud.com
- update to 3.2.4
Thu Dec 15 13:00:00 2016 munix9AATTgooglemail.com
- update to version 3.1.0
In this version of phpredis codebase was unified to work with
all versions of php \\o/
Also many bug fixes and some improvements has been made.
Improvements
* Support the client to Redis Cluster just having one master
(andyli) [892e5646]
* Allow both long and strings that are longs for zrangebyscore
offset/limit (Michael Grunder) [bdcdd2aa]
* Process NX|XX, CH and INCR options in zAdd command (Pavlo
Yatsukhnenko) [71c9f7c8]
Fixes
* Fix incrby/decrby for large integers (Michael Grunder)
[3a12758a]
* Use static declarations for spl_ce_RuntimeException decl
(Jeremy Mikola) [a9857d69]
* Fixed method call problem causes session handler to display
two times (ZiHang Gao) [24f86c49]
* psetex method returns \'+OK\' on success, not true (sitriAATTndxbn)
[afcd8445]
* Fix integer overflow for long (>32bit) increments in hIncrBy
(iyesin) [58e1d799]
* Move zend_object handler to the end (Michael Grunder)
[34107966]
* Using setOption on redis array causes immediate connection
(Pavlo Yatsukhnenko) [f1a85b38]
Fri Jun 10 14:00:00 2016 munix9AATTgooglemail.com
- update to version 3.0.0
This version of phpredis supports cluster and is intended for php versions
7.0.0 and higher. To compile cluster-enabled phpredis for older versions
of php, please use the 2.2.8 pecl package.
A huge thanks goes out to Sean DuBois for doing all the work required to get
phpredis working in php 7.0!
- -- Improvements ---
* PHP 7 Support (Sean DuBois) [3159bd2, 567dc2f, daa4d9f, f2711e3, 9cb9d07,
9d51c89, 9ff8f49, 33bb629, cbdf65a, f30b7fd, c687a51, 6b3e773, 2bf8241,
771bd3d, 9221ca4, 4e00df6, e2407ca, 97fcfe6, 77e6200]
* Redis Cluster support
* Allow SINTERSTORE to take a single array argument again
* IPv6 support
- -- Fixes ---
* config.w32 fix (Jan-E) [495d308, c9e0b68]
* Exception handling improvement (Jan-E) [314a2c3]
* Unit test fix for max int value (Jan-E) [659ea2a]
* unsigned long -> zend_ulong fix (Jan-E) [4d66e3d]
* Visual Stuio 14 fixes (Jan-E) [ea98401]
* Segfault fix when looking up our socket (ephemeralsnow) [0126481]
* Allow \'-\' and \'+\' in ZRANGEBYLEX (Patrick Pokatilo) [8bfa218]
* Documentation fixes (Ares) [54b9a0e]
* php7 related memory leak fix (Stuart Carnie) [b75bf3b]
* Potential segfault fix in cluster session (Sergei Lomakov) [661fb5b]
* php7 related serialization leak fix (Adam Harvey) [c40fc1d]
Thu Apr 14 14:00:00 2016 munix9AATTgooglemail.com
- update to version 2.2.8-devphp7
Tue Jan 19 13:00:00 2016 munix9AATTgooglemail.com
- update to version 2.2.7-dev
Fri Dec 25 13:00:00 2015 munix9AATTgooglemail.com
- initial package for version 2.2.5