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:
-rw-r--r--php_redis.h2
-rw-r--r--redis.c1
-rw-r--r--redis_array.c1
-rw-r--r--redis_array_impl.c1
-rw-r--r--redis_session.c1
-rw-r--r--rpm/php-redis.spec2
6 files changed, 6 insertions, 2 deletions
diff --git a/php_redis.h b/php_redis.h
index 41ef9142..a8f99be0 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -256,7 +256,7 @@ extern zend_module_entry redis_module_entry;
#define phpext_redis_ptr redis_module_ptr
-#define PHP_REDIS_VERSION "2.2.2"
+#define PHP_REDIS_VERSION "2.2.3"
#endif
diff --git a/redis.c b/redis.c
index 43f2e0e4..181a65fc 100644
--- a/redis.c
+++ b/redis.c
@@ -16,6 +16,7 @@
| Original author: Alfonso Jimenez <yo@alfonsojimenez.com> |
| Maintainer: Nicolas Favre-Felix <n.favre-felix@owlient.eu> |
| Maintainer: Nasreddine Bouafif <n.bouafif@owlient.eu> |
+ | Maintainer: Michael Grunder <michael.grunder@gmail.com |
+----------------------------------------------------------------------+
*/
diff --git a/redis_array.c b/redis_array.c
index be95c50d..9c414292 100644
--- a/redis_array.c
+++ b/redis_array.c
@@ -13,6 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Nicolas Favre-Felix <n.favre-felix@owlient.eu> |
+ | Maintainer: Michael Grunder <michael.grunder@gmail.com> |
+----------------------------------------------------------------------+
*/
diff --git a/redis_array_impl.c b/redis_array_impl.c
index 9eb7b1dc..bafcbd49 100644
--- a/redis_array_impl.c
+++ b/redis_array_impl.c
@@ -13,6 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Nicolas Favre-Felix <n.favre-felix@owlient.eu> |
+ | Maintainer: Michael Grunder <michael.grunder@gmail.com> |
+----------------------------------------------------------------------+
*/
#include "redis_array_impl.h"
diff --git a/redis_session.c b/redis_session.c
index 009bac51..4e633fc9 100644
--- a/redis_session.c
+++ b/redis_session.c
@@ -16,6 +16,7 @@
| Original author: Alfonso Jimenez <yo@alfonsojimenez.com> |
| Maintainer: Nicolas Favre-Felix <n.favre-felix@owlient.eu> |
| Maintainer: Nasreddine Bouafif <n.bouafif@owlient.eu> |
+ | Maintainer: Michael Grunder <michael.grunder@gmail.com> |
+----------------------------------------------------------------------+
*/
diff --git a/rpm/php-redis.spec b/rpm/php-redis.spec
index 633e3ed2..714854bc 100644
--- a/rpm/php-redis.spec
+++ b/rpm/php-redis.spec
@@ -3,7 +3,7 @@
%global php_version %(php-config --version 2>/dev/null || echo 0)
Name: php-redis
-Version: 2.2.2
+Version: 2.2.3
Release: 1%{?dist}
Summary: The phpredis extension provides an API for communicating with the Redis key-value store.