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-20 18:51:22 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2017-12-20 18:51:22 +0300
commit457b893424fc84d45c0945d070da76d4abfe4b7d (patch)
tree644158220cdc4a3157ddcad4de1960eb3d061cd4
parent0a898f1126c2eb4c33c76fb8854dad14d1003188 (diff)
3.1.53.1.5
-rw-r--r--package.xml22
-rw-r--r--php_redis.h2
2 files changed, 13 insertions, 11 deletions
diff --git a/package.xml b/package.xml
index 633c488e..1c7c537f 100644
--- a/package.xml
+++ b/package.xml
@@ -27,18 +27,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>p.yatsukhnenko@gmail.com</email>
<active>yes</active>
</lead>
- <date>2017-12-10</date>
+ <date>2017-12-20</date>
<version>
- <release>3.1.5RC2</release>
- <api>3.1.5RC2</api>
+ <release>3.1.5</release>
+ <api>3.1.5</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>
- phpredis 3.1.5RC2
+ phpredis 3.1.5
This is interim release which contains only bug fixes.
@@ -47,6 +47,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
* 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)
+ * PHP >=7.3 uses zend_string for php_url elements [b566fb] (@fmk)
</notes>
<contents>
<dir name="/">
@@ -103,11 +104,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
</extsrcrelease>
<changelog>
<release>
- <stability><release>beta</release><api>beta</api></stability>
- <version><release>3.1.5RC2</release><api>3.1.5RC2</api></version>
- <date>2017-12-10</date>
+ <stability><release>stable</release><api>stable</api></stability>
+ <version><release>3.1.5</release><api>3.1.5</api></version>
+ <date>2017-12-20</date>
<notes>
- phpredis 3.1.5RC2
+ phpredis 3.1.5
This is interim release which contains only bug fixes.
@@ -116,6 +117,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
* 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)
+ * PHP >=7.3 uses zend_string for php_url elements [b566fb] (@fmk)
</notes>
</release>
diff --git a/php_redis.h b/php_redis.h
index 925dba75..6a6497c6 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.5RC2"
+#define PHP_REDIS_VERSION "3.1.5"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);