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-09-27 09:48:10 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2017-09-27 09:48:38 +0300
commite767f219a681d08a32da4fa6520d0960762bc08a (patch)
treeee5856c196a880c3fa467e426d96de9120693789
parent9d3f551dddfe8a64b21062d3d87994db812452b0 (diff)
3.1.43.1.4
-rw-r--r--package.xml20
-rw-r--r--php_redis.h2
2 files changed, 11 insertions, 11 deletions
diff --git a/package.xml b/package.xml
index 1cb717d9..d5c3873f 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-09-13</date>
+ <date>2017-09-27</date>
<version>
- <release>3.1.4RC3</release>
- <api>3.1.4RC3</api>
+ <release>3.1.4</release>
+ <api>3.1.4</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.4RC3
+ phpredis 3.1.4
The primary new feature phpredis 3.1.4 is the ability to send MULTI .. EXEC blocks in pipeline mode. There are
also many bugfixes and minor improvements to the api, listed below:
@@ -120,11 +120,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.4RC3</release><api>3.1.4RC3</api></version>
- <date>2017-09-13</date>
+ <stability><release>stable</release><api>stable</api></stability>
+ <version><release>3.1.4</release><api>3.1.4</api></version>
+ <date>2017-09-27</date>
<notes>
- phpredis 3.1.4RC3
+ phpredis 3.1.4
The primary new feature phpredis 3.1.4 is the ability to send MULTI .. EXEC blocks in pipeline mode. There are
also many bugfixes and minor improvements to the api, listed below:
diff --git a/php_redis.h b/php_redis.h
index d2f736a7..744099ce 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.4RC3"
+#define PHP_REDIS_VERSION "3.1.4"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);