Changelog for
php8-redis-6.0.2-20.3.x86_64.rpm :
* Sat Oct 28 2023 Andreas Stieger
- Update to 6.0.2
* fixes for OBJECT, PSUBSCRIBE and SCAN commands
* Thu Sep 28 2023 Arjen de Korte - Updated to 6.0.1
* Fix memory leak and segfault in Redis::exec
* Fix unknown expiration modifier
* Update documentation
* Tue Sep 12 2023 Илья Индиго - Updated to 6.0.0
* https://pecl.php.net/package-changelog.php?package=redis&release=6.0.0
* Raised minimal php version to 7.2.
* Sat Dec 10 2022 Arjen de Korte - Remove php7 build for Tumbleweed (PHP 7.4 has reached EOL)
* Thu Feb 17 2022 Илья Индиго - Updated to 5.3.7
* https://pecl.php.net/package-changelog.php?package=redis&release=5.3.7
* Fixed RedisArray::[hsz]scan and tests.
* Fixed RedisArray::scan.
* Fixed LZF decompression logic.
* Tue Jan 25 2022 Arjen de Korte - Updated to 5.3.6
* Fix a segfault in RedisArray::del
* Sun Dec 19 2021 Илья Индиго - Updated to 5.3.5
* https://pecl.php.net/package-changelog.php?package=redis&release=5.3.5
* Added experimental support for detecting a dirty connection.
* Fixed RedisArray constructor bug.
* Fixed segfault in redis_setoption_handler.
* Fixed masters array in the event of a cluster failover.
* Fixed 32 bit type error.
* Fixed radix character in certain locales.
* Fixed ZSTD Validation.
* Wed Mar 24 2021 Arjen de Korte - Update to 5.3.4
* Fix multi/pipeline segfault on Apple silicon
* Pass compression flag on HMGET in RedisCluster
* Abide by ZSTD error return constants
* Fix timing related CI session tests
* Wed Feb 17 2021 Илья Индиго - Refresh spec-file via spec-cleaner.
* Wed Feb 17 2021 Arjen de Korte - Use _multibuild to also build for php8- Use php_cfgdir and php_extdir macros to determine location of files
* Tue Feb 02 2021 Arjen de Korte - Update to 5.3.3
* Fix PHP8 Windows includes
* Fix hash ops for php 8.0.1
* Disable cloning Redis and RedisCluster objects
* Fri Jan 22 2021 Илья Индиго - Remove BuildRequires:php7-json (don\'t need in php7, but in php8 work in core).