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>2017-12-10 21:09:30 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2017-12-10 21:09:30 +0300
commit3b8a483bbdef7062ba7466aed254840299c7a263 (patch)
tree4e0c369ef74fe7c5478edfbc7eab6667be56dfd0
parent42581a199c784d4a0181b15749f442c3be7dbc5c (diff)
3.1.5RC23.1.5RC2
-rw-r--r--package.xml16
-rw-r--r--php_redis.h2
2 files changed, 10 insertions, 8 deletions
diff --git a/package.xml b/package.xml
index 31a51717..633c488e 100644
--- a/package.xml
+++ b/package.xml
@@ -27,10 +27,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>p.yatsukhnenko@gmail.com</email>
<active>yes</active>
</lead>
- <date>2017-12-01</date>
+ <date>2017-12-10</date>
<version>
- <release>3.1.5RC1</release>
- <api>3.1.5RC1</api>
+ <release>3.1.5RC2</release>
+ <api>3.1.5RC2</api>
</version>
<stability>
<release>beta</release>
@@ -38,7 +38,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- phpredis 3.1.5RC1
+ phpredis 3.1.5RC2
This is interim release which contains only bug fixes.
@@ -46,6 +46,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
* Fix RedisCluster constructor with PHP 7 strict scalar type [5c21d7] (Pavlo Yatsukhnenko)
* Allow to use empty string as persistant_id [344de5] (Pavlo Yatsukhnenko)
* Fix cluster_init_seeds. [db1347] (@adlagares)
+ * Fix z_seeds may be a reference [42581a] (@janic716)
</notes>
<contents>
<dir name="/">
@@ -103,10 +104,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
<changelog>
<release>
<stability><release>beta</release><api>beta</api></stability>
- <version><release>3.1.5RC1</release><api>3.1.5RC1</api></version>
- <date>2017-12-01</date>
+ <version><release>3.1.5RC2</release><api>3.1.5RC2</api></version>
+ <date>2017-12-10</date>
<notes>
- phpredis 3.1.5RC1
+ phpredis 3.1.5RC2
This is interim release which contains only bug fixes.
@@ -114,6 +115,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
* Fix RedisCluster constructor with PHP 7 strict scalar type [5c21d7] (Pavlo Yatsukhnenko)
* Allow to use empty string as persistant_id [344de5] (Pavlo Yatsukhnenko)
* Fix cluster_init_seeds. [db1347] (@adlagares)
+ * Fix z_seeds may be a reference [42581a] (@janic716)
</notes>
</release>
diff --git a/php_redis.h b/php_redis.h
index c6df6f67..925dba75 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -25,7 +25,7 @@
#define PHP_REDIS_H
/* phpredis version */
-#define PHP_REDIS_VERSION "3.1.5RC1"
+#define PHP_REDIS_VERSION "3.1.5RC2"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);