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-10-11 19:18:41 +0400
committerNicolas Favre-Felix <n.favrefelix@gmail.com>2010-10-11 19:18:41 +0400
commitfe8046a81e48d9141584f3d4f81d887d917bbbb1 (patch)
tree91190a3081a20acbebd547f9ac99a1f14f9e4583
parent94dfefef6e3e40fee5869dca26f4e0fad21c5b52 (diff)
Added symbol for static compilation.2.0.7
-rwxr-xr-xphp_redis.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/php_redis.h b/php_redis.h
index 5dd0b8e0..e1cd4f70 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -190,8 +190,12 @@ struct redis {
struct redis_queued_item *head;
};
+extern zend_module_entry redis_module_entry;
+#define redis_module_ptr &redis_module_entry
-#define PHP_REDIS_VERSION "2.0.5"
+#define phpext_redis_ptr redis_module_ptr
+
+#define PHP_REDIS_VERSION "2.0.7"
#endif