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 /cluster_library.c
parentf771ea16b77f39fcca555bec2d952412265197aa (diff)
Don't use zend_fcall_info.no_separation
Diffstat (limited to 'cluster_library.c')
-rw-r--r--cluster_library.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cluster_library.c b/cluster_library.c
index d1ec02e7..3720f72c 100644
--- a/cluster_library.c
+++ b/cluster_library.c
@@ -1818,7 +1818,6 @@ PHP_REDIS_API void cluster_sub_resp(INTERNAL_FUNCTION_PARAMETERS, redisCluster *
zval z_ret, z_args[4];
sctx->cb.retval = &z_ret;
sctx->cb.params = z_args;
- sctx->cb.no_separation = 0;
/* We're in a subscribe loop */
c->subscribed_slot = c->cmd_slot;