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>2017-09-28 10:09:20 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2017-09-28 10:09:20 +0300
commit309cb64332374b1721d912ca8e128305592ceb25 (patch)
tree15e13b389e07605b89775054beef24238fb88544 /redis_cluster.c
parent3ec05496f2f7dffc3f231e0b530702015731a82e (diff)
Issue #1193
Diffstat (limited to 'redis_cluster.c')
-rw-r--r--redis_cluster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis_cluster.c b/redis_cluster.c
index b241e561..b6b49638 100644
--- a/redis_cluster.c
+++ b/redis_cluster.c
@@ -502,7 +502,7 @@ PHP_METHOD(RedisCluster, __construct) {
// Parse arguments
if(zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(),
- "Os|addb", &object, redis_cluster_ce, &name,
+ "Os!|addb", &object, redis_cluster_ce, &name,
&name_len, &z_seeds, &timeout,
&read_timeout, &persistent)==FAILURE)
{