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:
authorNicolas Favre-Felix <n.favrefelix@gmail.com>2010-11-17 11:31:38 +0300
committerNicolas Favre-Felix <n.favrefelix@gmail.com>2010-11-17 11:31:38 +0300
commita372dd1973a6c9ae7fb54a8f3ae2d5c9ffbdf7bd (patch)
tree888bd0f99b77336eae1c998ce5e391e801994378
parentf283d361acbe8914bbd97246bd18265ad6588b7a (diff)
Added more contact info, version 2.0.112.0.11
-rw-r--r--README.markdown4
-rwxr-xr-xphp_redis.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index 85514e4c..3754961e 100644
--- a/README.markdown
+++ b/README.markdown
@@ -5,10 +5,10 @@ This extension provides an API for communicating with Redis database, a persiste
It is a fork of alfonsojimenez's phpredis, adding many methods and fixing a lot of issues.
This code is maintained by [Owlient](http://owlient.eu/).
-You can send comments, patches here on github or by email to:
+You can send comments, patches, questions here on github or to:
* n.bouafif@owlient.eu
-* n.favre-felix@owlient.eu
+* n.favre-felix@owlient.eu ([@yowgi](http://twitter.com/yowgi))
Installing/Configuring
diff --git a/php_redis.h b/php_redis.h
index f865b544..0769e44f 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -200,7 +200,7 @@ extern zend_module_entry redis_module_entry;
#define phpext_redis_ptr redis_module_ptr
-#define PHP_REDIS_VERSION "2.0.10"
+#define PHP_REDIS_VERSION "2.0.11"
#endif