File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
25
25
- Fix hash_ops for PHP 8.0.1
26
26
[ 87297cbb] ( https://www.github.com/phpredis/phpredis/commit/87297cbb4000c88b07e729b9379de321ead74aa2 )
27
27
([ defender-11] ( https://github.com/defender-11 ) )
28
+ - Disable clone for Redis and RedisCluster objects. Presently they segfault.
29
+ [ cd05a344] ( https://www.github.com/phpredis/phpredis/commit/87297cbb4000c88b07e729b9379de321ead74aa2 )
30
+ ([ Michael Grunder] ( https://github.com/michael-grunder ) )
28
31
29
32
## [ 5.3.2] - 2020-10-22 ([ GitHub] ( https://github.com/phpredis/phpredis/releases/5.3.2 ) , [ PECL] ( https://pecl.php.net/package/redis/5.3.2 ) )
30
33
Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
47
47
48
48
* Fix PHP8 Windows includes [270b4db8] (Jan-E)
49
49
* Fix hash ops for php 8.0.1 [87297cbb] (defender-11)
50
+ * Disable cloning Redis and RedisCluster objects [cd05a344]
51
+ (Michael Grunder)
50
52
51
53
* Sponsors
52
54
~ Audiomack - https://audiomack.com
You can’t perform that action at this time.
0 commit comments