File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All changes to phpredis will be documented in this file.
5
5
We're basing this format on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and PhpRedis adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 5.2.2RC1 ] - 2020-05-05 ([ GitHub] ( https://github.com/phpredis/phpredis/releases/tag/5.2.2RC1 ) , [ PECL] ( https://pecl.php.net/package/redis/5.2.2RC1 ) )
8
+ ## [ 5.2.2 ] - 2020-05-05 ([ GitHub] ( https://github.com/phpredis/phpredis/releases/tag/5.2.2 ) , [ PECL] ( https://pecl.php.net/package/redis/5.2.2 ) )
9
9
10
10
### Sponsors :sparkling_heart :
11
11
@@ -15,11 +15,11 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
15
15
### Added
16
16
17
17
- An inexpensive zero second timeout liveness check that can detect dropped connections quickly.
18
- [ 56898f81] ( https://github.com/phpredis/phpredis/commit/80f2529b )
18
+ [ 56898f81] ( https://github.com/phpredis/phpredis/commit/56898f81 )
19
19
([ Pavlo Yatsukhnenko] ( https://github.com/yatsukhnenko ) )
20
20
21
21
- An option to make our ` ECHO ` challenge/response optional for persistent connections.
22
- [ 56898f81] ( https://github.com/phpredis/phpredis/commit/80f2529b )
22
+ [ 56898f81] ( https://github.com/phpredis/phpredis/commit/56898f81 )
23
23
([ Pavlo Yatsukhnenko] ( https://github.com/yatsukhnenko ) )
24
24
25
25
Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
29
29
</lead >
30
30
<date >2020-05-05</date >
31
31
<version >
32
- <release >5.2.2RC1 </release >
33
- <api >5.2.2RC1 </api >
32
+ <release >5.2.2 </release >
33
+ <api >5.2.2 </api >
34
34
</version >
35
35
<stability >
36
- <release >alpha </release >
37
- <api >alpha </api >
36
+ <release >stable </release >
37
+ <api >stable </api >
38
38
</stability >
39
39
<license uri =" http://www.php.net/license" >PHP</license >
40
40
<notes >
41
- phpredis 5.2.2RC1
41
+ phpredis 5.2.2
42
42
43
43
This is a bugfix release that contains a fix for authentication
44
44
when using persistent connections, and an option to make the
Original file line number Diff line number Diff line change 23
23
#define PHP_REDIS_H
24
24
25
25
/* phpredis version */
26
- #define PHP_REDIS_VERSION "5.2.2RC1 "
26
+ #define PHP_REDIS_VERSION "5.2.2 "
27
27
28
28
PHP_METHOD (Redis , __construct );
29
29
PHP_METHOD (Redis , __destruct );
You can’t perform that action at this time.
0 commit comments