Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2022-02-15 21:28:34 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2022-02-15 21:28:34 +0300
commit98d64ba86f37d2d3048500461f50b05f302f36ea (patch)
tree1338d6d4ec5b1af45eb6c1e737b11b4927a06cb5
parent8072413b2c4027554554b67004a31ca86d32b05a (diff)
5.3.75.3.7
-rw-r--r--Changelog.md17
-rw-r--r--package.xml50
-rw-r--r--php_redis.h2
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">
<email>n.favrefelix@gmail.com</email>
<active>no</active>
</lead>
- <date>2022-02-12</date>
+ <date>2022-02-15</date>
<version>
- <release>5.3.7RC2</release>
+ <release>5.3.7</release>
<api>5.3.7</api>
</version>
<stability>
- <release>beta</release>
- <api>beta</api>
+ <release>stable</release>
+ <api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
@@ -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.
@@ -139,6 +145,42 @@ http://pear.php.net/dtd/package-2.0.xsd">
<changelog>
<release>
<stability><release>stable</release><api>stable</api></stability>
+ <version><release>5.3.7</release><api>5.3.7</api></version>
+ <date>2022-02-15</date>
+ <notes>
+ --- 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)
+
+ </notes>
+ </release>
+ <release>
+ <stability><release>stable</release><api>stable</api></stability>
<version><release>5.3.6</release><api>5.3.6</api></version>
<date>2022-01-17</date>
<notes>
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);