From 98d64ba86f37d2d3048500461f50b05f302f36ea Mon Sep 17 00:00:00 2001 From: Pavlo Yatsukhnenko Date: Tue, 15 Feb 2022 20:28:34 +0200 Subject: 5.3.7 --- Changelog.md | 17 +++++++++++++++++ package.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++---- php_redis.h | 2 +- 3 files changed, 64 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index c8f87342..1b63608c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,23 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [5.3.7] - 2021-02-15 ([GitHub](https://github.com/phpredis/phpredis/releases/5.3.7), [PECL](https://pecl.php.net/package/redis/5.3.7)) + +### Sponsors :sparkling_heart: + +- [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) + +*There were no changes between 5.3.7 and 5.3.7RC2* + ## [5.3.7RC2] - 2021-02-12 ([GitHub](https://github.com/phpredis/phpredis/releases/5.3.7RC2), [PECL](https://pecl.php.net/package/redis/5.3.7RC2)) ### Sponsors :sparkling_heart: diff --git a/package.xml b/package.xml index a1852518..abd4a305 100644 --- a/package.xml +++ b/package.xml @@ -27,14 +27,14 @@ http://pear.php.net/dtd/package-2.0.xsd"> n.favrefelix@gmail.com no - 2022-02-12 + 2022-02-15 - 5.3.7RC2 + 5.3.7 5.3.7 - beta - beta + stable + stable PHP @@ -49,6 +49,12 @@ http://pear.php.net/dtd/package-2.0.xsd"> BatchLabs - https://batch.com Luis Zarate - https://github.com/jlzaratec + phpredis 5.3.7 + + - There were no changes between 5.3.7 and 5.3.7RC2. + + --- + phpredis 5.3.7RC2 - There were no changes between 5.3.7RC2 and 5.3.7RC1. @@ -137,6 +143,42 @@ http://pear.php.net/dtd/package-2.0.xsd"> + + stablestable + 5.3.75.3.7 + 2022-02-15 + + --- Sponsors --- + + 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 + Luis Zarate - https://github.com/jlzaratec + + phpredis 5.3.7 + + - There were no changes between 5.3.7 and 5.3.7RC2. + + --- + + phpredis 5.3.7RC2 + + - There were no changes between 5.3.7RC2 and 5.3.7RC1. + + --- + + phpredis 5.3.7RC1 + + - Fix RedisArray::[hsz]scan and tests [08a9d5db, 0264de18] (Pavlo Yatsukhnenko, Michael Grunder) + - Fix RedisArray::scan [8689ab1c] (Pavlo Yatsukhnenko) + - Fix LZF decompression logic [0719c1ec] (Michael Grunder) + + + stablestable 5.3.65.3.6 diff --git a/php_redis.h b/php_redis.h index ef20898a..9b639bcd 100644 --- a/php_redis.h +++ b/php_redis.h @@ -23,7 +23,7 @@ #define PHP_REDIS_H /* phpredis version */ -#define PHP_REDIS_VERSION "5.3.7RC2" +#define PHP_REDIS_VERSION "5.3.7" PHP_METHOD(Redis, __construct); PHP_METHOD(Redis, __destruct); -- cgit v1.2.3