Skip to content

Commit 98d64ba

Browse files
committed
5.3.7
1 parent 8072413 commit 98d64ba

File tree

3 files changed

+64
-5
lines changed

3 files changed

+64
-5
lines changed

Changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77

88
## [Unreleased]
99

10+
## [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))
11+
12+
### Sponsors :sparkling_heart:
13+
14+
- [Audiomack](https://audiomack.com)
15+
- [Open LMS](https://openlms.net/)
16+
- [BlueHost](https://bluehost.com)
17+
- [Object Cache Pro for WordPress](https://objectcache.pro/)
18+
- [Avtandil Kikabidze](https://github.com/akalongman)
19+
- [Zaher Ghaibeh](https://github.com/zaherg)
20+
- [BatchLabs](https://batch.com)
21+
- [Stackhero](https://github.com/stackhero-io)
22+
- [Florian Levis](https://github.com/Gounlaf)
23+
- [Luis Zárate](https://github.com/jlzaratec)
24+
25+
*There were no changes between 5.3.7 and 5.3.7RC2*
26+
1027
## [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))
1128

1229
### Sponsors :sparkling_heart:

package.xml

Lines changed: 46 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ http://pear.php.net/dtd/package-2.0.xsd">
2727
<email>n.favrefelix@gmail.com</email>
2828
<active>no</active>
2929
</lead>
30-
<date>2022-02-12</date>
30+
<date>2022-02-15</date>
3131
<version>
32-
<release>5.3.7RC2</release>
32+
<release>5.3.7</release>
3333
<api>5.3.7</api>
3434
</version>
3535
<stability>
36-
<release>beta</release>
37-
<api>beta</api>
36+
<release>stable</release>
37+
<api>stable</api>
3838
</stability>
3939
<license uri="http://www.php.net/license">PHP</license>
4040
<notes>
@@ -49,6 +49,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
4949
BatchLabs - https://batch.com
5050
Luis Zarate - https://github.com/jlzaratec
5151

52+
phpredis 5.3.7
53+
54+
- There were no changes between 5.3.7 and 5.3.7RC2.
55+
56+
---
57+
5258
phpredis 5.3.7RC2
5359

5460
- 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">
137143
<configureoption name="enable-redis-zstd" prompt="enable zstd compression support?" default="no"/>
138144
</extsrcrelease>
139145
<changelog>
146+
<release>
147+
<stability><release>stable</release><api>stable</api></stability>
148+
<version><release>5.3.7</release><api>5.3.7</api></version>
149+
<date>2022-02-15</date>
150+
<notes>
151+
--- Sponsors ---
152+
153+
Audiomack - https://audiomack.com
154+
Open LMS - https://openlms.net
155+
BlueHost - https://bluehost.com
156+
Object Cache Pro for WordPress - https://objectcache.pro
157+
Avtandil Kikabidze - https://github.com/akalongman
158+
Zaher Ghaibeh - https://github.com/zaherg
159+
BatchLabs - https://batch.com
160+
Luis Zarate - https://github.com/jlzaratec
161+
162+
phpredis 5.3.7
163+
164+
- There were no changes between 5.3.7 and 5.3.7RC2.
165+
166+
---
167+
168+
phpredis 5.3.7RC2
169+
170+
- There were no changes between 5.3.7RC2 and 5.3.7RC1.
171+
172+
---
173+
174+
phpredis 5.3.7RC1
175+
176+
- Fix RedisArray::[hsz]scan and tests [08a9d5db, 0264de18] (Pavlo Yatsukhnenko, Michael Grunder)
177+
- Fix RedisArray::scan [8689ab1c] (Pavlo Yatsukhnenko)
178+
- Fix LZF decompression logic [0719c1ec] (Michael Grunder)
179+
180+
</notes>
181+
</release>
140182
<release>
141183
<stability><release>stable</release><api>stable</api></stability>
142184
<version><release>5.3.6</release><api>5.3.6</api></version>

php_redis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define PHP_REDIS_H
2424

2525
/* phpredis version */
26-
#define PHP_REDIS_VERSION "5.3.7RC2"
26+
#define PHP_REDIS_VERSION "5.3.7"
2727

2828
PHP_METHOD(Redis, __construct);
2929
PHP_METHOD(Redis, __destruct);

0 commit comments

Comments
 (0)