Back to dev

This commit is contained in:
Pavlo Yatsukhnenko
2023-09-23 14:37:51 +03:00
parent c99c2fb742
commit 156e53e720
2 changed files with 12 additions and 2 deletions
+11 -1
View File
@@ -7,6 +7,17 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [Unreleased]
- [Audiomack](https://audiomack.com)
- [Open LMS](https://openlms.net/)
- [BlueHost](https://bluehost.com)
- [Object Cache Pro for WordPress](https://objectcache.pro/)
- [Avtandil Kikabidze](https://github.com/akalongman)
- [Zaher Ghaibeh](https://github.com/zaherg)
- [BatchLabs](https://batch.com)
- [Stackhero](https://github.com/stackhero-io)
- [Florian Levis](https://github.com/Gounlaf)
- [Luis Zárate](https://github.com/jlzaratec)
## [6.0.1] - 2023-09-23 ([GitHub](https://github.com/phpredis/phpredis/releases/6.0.1), [PECL](https://pecl.php.net/package/redis/6.0.1))
### Sponsors :sparkling_heart:
@@ -22,7 +33,6 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- [Florian Levis](https://github.com/Gounlaf)
- [Luis Zárate](https://github.com/jlzaratec)
### Fixed
- Fix memory leak and segfault in Redis::exec
[362e1141](https://github.com/phpredis/phpredis/commit/362e1141)
+1 -1
View File
@@ -23,7 +23,7 @@
#define PHP_REDIS_H
/* phpredis version */
#define PHP_REDIS_VERSION "6.0.1"
#define PHP_REDIS_VERSION "6.0.2-dev"
/* For convenience we store the salt as a printable hex string which requires 2
* characters per byte + 1 for the NULL terminator */