mirror of
https://github.com/php-win-ext/phpredis.git
synced 2026-04-27 10:46:28 +02:00
Update changelog to include the fix for #2030
This commit is contained in:
@@ -22,6 +22,10 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed segfault in redis_setoption_handler
|
||||
[#2030](https://github.com/phpredis/phpredis/issues/2030)
|
||||
[692e4e84](https://github.com/phpredis/phpredis/commit/692e4e84)
|
||||
([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
|
||||
- Fix masters array in the event of a cluster failover
|
||||
[bce692962](https://github.com/phpredis/phpredis/commit/bce692962)
|
||||
[#2025](https://github.com/phpredis/phpredis/pull/2025)
|
||||
|
||||
@@ -59,6 +59,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
||||
|
||||
---
|
||||
|
||||
* Fixed segfault in redis_setoption_handler [692e4e84] (Pavlo Yatsukhnenko)
|
||||
* Fix masters array in the event of a cluster failover [bce692962] (Bar Shaul)
|
||||
* Fix 32 bit type error [672dec87f] (Remi Collet)
|
||||
* Fix radix character in certain locales [89a871e24] (Pavlo Yatsukhnenko)
|
||||
|
||||
Reference in New Issue
Block a user