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>2019-02-17 22:49:25 +0300
committermichael-grunder <michael.grunder@gmail.com>2019-03-19 21:10:08 +0300
commit5053a9e7e47b87ead0ad2818e9186c218fe03a09 (patch)
treea7ecf54bd48d4ce551cc907bc85b13050b376b24 /redis.c
parent0d2dd169fac48f09fb4fbea3268e06b61d4d0a0c (diff)
RedisArray auth.
Issue #1508
Diffstat (limited to 'redis.c')
-rw-r--r--redis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/redis.c b/redis.c
index f0e386d9..d94b5a6d 100644
--- a/redis.c
+++ b/redis.c
@@ -58,6 +58,7 @@ extern zend_function_entry redis_cluster_functions[];
PHP_INI_BEGIN()
/* redis arrays */
PHP_INI_ENTRY("redis.arrays.algorithm", "", PHP_INI_ALL, NULL)
+ PHP_INI_ENTRY("redis.arrays.auth", "", PHP_INI_ALL, NULL)
PHP_INI_ENTRY("redis.arrays.autorehash", "0", PHP_INI_ALL, NULL)
PHP_INI_ENTRY("redis.arrays.connecttimeout", "0", PHP_INI_ALL, NULL)
PHP_INI_ENTRY("redis.arrays.distributor", "", PHP_INI_ALL, NULL)