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.
55We're basing this format on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and PhpRedis adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
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 ) )
99
1010### Sponsors :sparkling_heart :
1111
@@ -15,11 +15,11 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1515### Added
1616
1717- 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 )
1919 ([ Pavlo Yatsukhnenko] ( https://github.com/yatsukhnenko ) )
2020
2121- 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 )
2323 ([ Pavlo Yatsukhnenko] ( https://github.com/yatsukhnenko ) )
2424
2525
Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
2929 </lead >
3030 <date >2020-05-05</date >
3131 <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 >
3434 </version >
3535 <stability >
36- <release >alpha </release >
37- <api >alpha </api >
36+ <release >stable </release >
37+ <api >stable </api >
3838 </stability >
3939 <license uri =" http://www.php.net/license" >PHP</license >
4040 <notes >
41- phpredis 5.2.2RC1
41+ phpredis 5.2.2
4242
4343 This is a bugfix release that contains a fix for authentication
4444 when using persistent connections, and an option to make the
Original file line number Diff line number Diff line change 2323#define PHP_REDIS_H
2424
2525/* phpredis version */
26- #define PHP_REDIS_VERSION "5.2.2RC1 "
26+ #define PHP_REDIS_VERSION "5.2.2 "
2727
2828PHP_METHOD (Redis , __construct );
2929PHP_METHOD (Redis , __destruct );
You can’t perform that action at this time.
0 commit comments