Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2019-07-02 09:23:13 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2019-07-02 09:23:13 +0300
commita5dfff3891d47876ad61f312c2b2271c89544363 (patch)
tree6ea570b433921f03b0f3699dbc357b55c7df6413
parent3560ef0dfccdf5e99dd60b1a5666499b82a5447b (diff)
5.0.05.0.0
-rw-r--r--package.xml24
-rw-r--r--php_redis.h2
2 files changed, 18 insertions, 8 deletions
diff --git a/package.xml b/package.xml
index 081742de..f1f72130 100644
--- a/package.xml
+++ b/package.xml
@@ -27,14 +27,14 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>n.favrefelix@gmail.com</email>
<active>no</active>
</lead>
- <date>2019-06-25</date>
+ <date>2019-07-02</date>
<version>
- <release>5.0.0RC2</release>
+ <release>5.0.0</release>
<api>5.0.0</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>
@@ -42,6 +42,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
The most interesting are: drop PHP5 support, RedisCluster slots caching,
JSON and msgpack serializers, soft deprecation of non-Redis commands.
+ phpredis 5.0.0
+
+ * Remove HAVE_SPL [55c5586c] (@petk)
+ * Update Fedora installation instructions [90aa067c] (@remicollet)
+
phpredis 5.0.0RC2
* Allow compilation without JSON serialization enabled and fixes for deprecated
@@ -138,14 +143,19 @@ http://pear.php.net/dtd/package-2.0.xsd">
</extsrcrelease>
<changelog>
<release>
- <stability><release>beta</release><api>beta</api></stability>
- <version><release>5.0.0RC2</release><api>5.0.0</api></version>
- <date>2019-06-25</date>
+ <stability><release>stable</release><api>stable</api></stability>
+ <version><release>5.0.0</release><api>5.0.0</api></version>
+ <date>2019-07-02</date>
<notes>
This release contains important improvements and breaking changes.
The most interesting are: drop PHP5 support, RedisCluster slots caching,
JSON and msgpack serializers, soft deprecation of non-Redis commands.
+ phpredis 5.0.0
+
+ * Remove HAVE_SPL [55c5586c] (@petk)
+ * Update Fedora installation instructions [90aa067c] (@remicollet)
+
phpredis 5.0.0RC2
* Allow compilation without JSON serialization enabled and fixes for deprecated
diff --git a/php_redis.h b/php_redis.h
index 7f4dd0da..aa7bfe74 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -25,7 +25,7 @@
#define PHP_REDIS_H
/* phpredis version */
-#define PHP_REDIS_VERSION "5.0.0RC2"
+#define PHP_REDIS_VERSION "5.0.0"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);