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>2016-09-28 14:33:18 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2016-09-28 18:30:17 +0300
commit910dd952bfebb872651f0c3b3aba029ecc297c72 (patch)
tree0057cec13c91380c9fc167394e5659fd72aa5433 /cluster_library.h
parent08e10643acb3dc5c7ce0367f5a8c7e3529b227df (diff)
WIP: php7 compatibility
Rename zend_rsrc_list_entry to zend_resource
Diffstat (limited to 'cluster_library.h')
-rw-r--r--cluster_library.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster_library.h b/cluster_library.h
index 4249a7a6..32d248d6 100644
--- a/cluster_library.h
+++ b/cluster_library.h
@@ -151,7 +151,7 @@ typedef enum CLUSTER_REDIR_TYPE {
typedef int (*mbulk_cb)(RedisSock*,zval*,long long, void* TSRMLS_DC);
/* Specific destructor to free a cluster object */
-// void redis_destructor_redis_cluster(zend_rsrc_list_entry *rsrc TSRMLS_DC);
+// void redis_destructor_redis_cluster(zend_resource *rsrc TSRMLS_DC);
/* A Redis Cluster master node */
typedef struct redisClusterNode {