Skip to content

Commit

Permalink
5.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yatsukhnenko committed Feb 15, 2022
1 parent 8072413 commit 98d64ba
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 5 deletions.
17 changes: 17 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
50 changes: 46 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>[email protected]</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>
Expand All @@ -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.
Expand Down Expand Up @@ -137,6 +143,42 @@ http://pear.php.net/dtd/package-2.0.xsd">
<configureoption name="enable-redis-zstd" prompt="enable zstd compression support?" default="no"/>
</extsrcrelease>
<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>
Expand Down
2 changes: 1 addition & 1 deletion php_redis.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 98d64ba

Please sign in to comment.