Skip to content

Commit b50b361

Browse files
Update changelog for 5.3.3
1 parent cd05a34 commit b50b361

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2525
- Fix hash_ops for PHP 8.0.1
2626
[87297cbb](https://www.github.com/phpredis/phpredis/commit/87297cbb4000c88b07e729b9379de321ead74aa2)
2727
([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))
2831

2932
## [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))
3033

package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
4747

4848
* Fix PHP8 Windows includes [270b4db8] (Jan-E)
4949
* Fix hash ops for php 8.0.1 [87297cbb] (defender-11)
50+
* Disable cloning Redis and RedisCluster objects [cd05a344]
51+
(Michael Grunder)
5052

5153
* Sponsors
5254
~ Audiomack - https://audiomack.com

0 commit comments

Comments
 (0)