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>2018-03-24 18:45:51 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2018-03-24 18:45:51 +0300
commit300c72510c48e210338826b713f260a4eda8abc7 (patch)
tree2addd5f65234763f6ea0ee72c48b97000b3894e8 /php_redis.h
parentfd93e26fc42ae0be6c5d5510516933e7d9350722 (diff)
parent29edc7db158412239aa5f36a63f342fdcac6c13c (diff)
Merge branch 'session-locking' into develop
Conflicts: redis_session.c tests/RedisTest.php
Diffstat (limited to 'php_redis.h')
-rw-r--r--php_redis.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/php_redis.h b/php_redis.h
index ea60c3a2..b076e51b 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -262,11 +262,6 @@ PHP_REDIS_API int redis_sock_read_multibulk_multi_reply_loop(
INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock, zval *z_tab,
int numElems);
-#ifndef _MSC_VER
-ZEND_BEGIN_MODULE_GLOBALS(redis)
-ZEND_END_MODULE_GLOBALS(redis)
-#endif
-
extern zend_module_entry redis_module_entry;
#define redis_module_ptr &redis_module_entry