mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
Back to dev
This commit is contained in:
+11
-1
@@ -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
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user