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 /redis_array.h
parent08e10643acb3dc5c7ce0367f5a8c7e3529b227df (diff)
WIP: php7 compatibility
Rename zend_rsrc_list_entry to zend_resource
Diffstat (limited to 'redis_array.h')
-rw-r--r--redis_array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis_array.h b/redis_array.h
index 2455a375..e2cce58a 100644
--- a/redis_array.h
+++ b/redis_array.h
@@ -8,7 +8,7 @@
#endif
#include "common.h"
-void redis_destructor_redis_array(zend_rsrc_list_entry * rsrc TSRMLS_DC);
+void redis_destructor_redis_array(zend_resource * rsrc TSRMLS_DC);
PHP_METHOD(RedisArray, __construct);
PHP_METHOD(RedisArray, __call);