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 /library.c
parentf771ea16b77f39fcca555bec2d952412265197aa (diff)
Don't use zend_fcall_info.no_separation
Diffstat (limited to 'library.c')
-rw-r--r--library.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/library.c b/library.c
index 5ae25ef8..fb7dc9a4 100644
--- a/library.c
+++ b/library.c
@@ -464,7 +464,6 @@ PHP_REDIS_API int redis_subscribe_response(INTERNAL_FUNCTION_PARAMETERS,
zval z_ret, z_args[4];
sctx->cb.retval = &z_ret;
sctx->cb.params = z_args;
- sctx->cb.no_separation = 0;
/* Multibulk response, {[pattern], type, channel, payload } */
while(1) {