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:
authormichael-grunder <michael.grunder@gmail.com>2018-01-17 21:34:08 +0300
committermichael-grunder <michael.grunder@gmail.com>2018-01-17 21:34:08 +0300
commit04f62acbc8f83ddd64f746f4f97253bbf73d0df7 (patch)
tree13eb7588fb74d7253dc3b6df32f0ec14d6dfc4f9 /redis_array.c
parent9e65c429318d93bd37c9d42abf79709395e6e805 (diff)
Syntax fixes and prototype consolidation
Fix PHP_METHOD syntax fail for unlink Move redis_unlink_cmd by redis_del_cmd as they're the same
Diffstat (limited to 'redis_array.c')
-rw-r--r--redis_array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis_array.c b/redis_array.c
index 4d70b50a..684d54ca 100644
--- a/redis_array.c
+++ b/redis_array.c
@@ -877,7 +877,7 @@ PHP_METHOD(RedisArray, select)
}\
}while(0)
#else
-#define HANDLE_MULTI_EXEC(ra, cmd) do { \
+#define HANDLE_MULTI_EXEC(ra, cmd, cmdlen) do { \
if (ra && ra->z_multi_exec) { \
int i, num_varargs; \
zval *varargs = NULL, z_arg_array; \