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>2020-07-09 09:04:09 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2020-07-09 13:01:34 +0300
commita7662da7924dcbaa74f5f2c6e1dce06b19e64bfc (patch)
tree8e974ec38db55a4b27ffef8db87c31bde8505c80 /redis_array_impl.c
parentf771ea16b77f39fcca555bec2d952412265197aa (diff)
Don't use zend_fcall_info.no_separation
Diffstat (limited to 'redis_array_impl.c')
-rw-r--r--redis_array_impl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/redis_array_impl.c b/redis_array_impl.c
index a427f673..8d8cecee 100644
--- a/redis_array_impl.c
+++ b/redis_array_impl.c
@@ -1134,7 +1134,6 @@ zval_rehash_callback(zend_fcall_info *z_cb, zend_fcall_info_cache *z_cb_cache,
z_cb->params = z_args;
z_cb->retval = z_ret;
- z_cb->no_separation = 0;
z_cb->param_count = 2;
/* run cb(hostname, count) */