Skip to content

Commit a5dfff3

Browse files
committed
5.0.0
1 parent 3560ef0 commit a5dfff3

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

package.xml

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,26 @@ http://pear.php.net/dtd/package-2.0.xsd">
2727
<email>[email protected]</email>
2828
<active>no</active>
2929
</lead>
30-
<date>2019-06-25</date>
30+
<date>2019-07-02</date>
3131
<version>
32-
<release>5.0.0RC2</release>
32+
<release>5.0.0</release>
3333
<api>5.0.0</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>
4141
This release contains important improvements and breaking changes.
4242
The most interesting are: drop PHP5 support, RedisCluster slots caching,
4343
JSON and msgpack serializers, soft deprecation of non-Redis commands.
4444

45+
phpredis 5.0.0
46+
47+
* Remove HAVE_SPL [55c5586c] (@petk)
48+
* Update Fedora installation instructions [90aa067c] (@remicollet)
49+
4550
phpredis 5.0.0RC2
4651

4752
* Allow compilation without JSON serialization enabled and fixes for deprecated
@@ -138,14 +143,19 @@ http://pear.php.net/dtd/package-2.0.xsd">
138143
</extsrcrelease>
139144
<changelog>
140145
<release>
141-
<stability><release>beta</release><api>beta</api></stability>
142-
<version><release>5.0.0RC2</release><api>5.0.0</api></version>
143-
<date>2019-06-25</date>
146+
<stability><release>stable</release><api>stable</api></stability>
147+
<version><release>5.0.0</release><api>5.0.0</api></version>
148+
<date>2019-07-02</date>
144149
<notes>
145150
This release contains important improvements and breaking changes.
146151
The most interesting are: drop PHP5 support, RedisCluster slots caching,
147152
JSON and msgpack serializers, soft deprecation of non-Redis commands.
148153

154+
phpredis 5.0.0
155+
156+
* Remove HAVE_SPL [55c5586c] (@petk)
157+
* Update Fedora installation instructions [90aa067c] (@remicollet)
158+
149159
phpredis 5.0.0RC2
150160

151161
* Allow compilation without JSON serialization enabled and fixes for deprecated

php_redis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#define PHP_REDIS_H
2626

2727
/* phpredis version */
28-
#define PHP_REDIS_VERSION "5.0.0RC2"
28+
#define PHP_REDIS_VERSION "5.0.0"
2929

3030
PHP_METHOD(Redis, __construct);
3131
PHP_METHOD(Redis, __destruct);

0 commit comments

Comments
 (0)