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>2018-07-29 22:33:25 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2018-07-29 22:33:25 +0300
commit0c5e7f4df9f09d85d89db683289d64f3daa13434 (patch)
tree2f8e06abb765803e0f0c4c9dbb18d623686de4d4 /common.h
parentc3b023b0a111b61e2a2763ea63034138007944a9 (diff)
Issue #1347
Fix arginfo for set command
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/common.h b/common.h
index f2062a9e..da9f3665 100644
--- a/common.h
+++ b/common.h
@@ -817,8 +817,7 @@ ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_set, 0, 0, 2)
ZEND_ARG_INFO(0, key)
ZEND_ARG_INFO(0, value)
- ZEND_ARG_INFO(0, timeout)
- ZEND_ARG_INFO(0, opt)
+ ZEND_ARG_INFO(0, opts)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_lset, 0, 0, 3)