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>2019-03-19 21:30:14 +0300
committermichael-grunder <michael.grunder@gmail.com>2019-03-19 21:30:14 +0300
commit2761c607e2a273283e2aca32933f929ab067ef46 (patch)
tree4bc4a26dc7387a4882d824e06471d3b518bc6a12 /redis_array.h
parent8e2ff3fc8eedc42e58e323059470b6466b642c54 (diff)
parent0f38afa2e2ed56ae3cbdfaf0f6a245cdb9a8eff5 (diff)
Merge remote-tracking branch 'cthulhu/issue.1448-require_php7' into issue.1448-require_php7
Diffstat (limited to 'redis_array.h')
-rw-r--r--redis_array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis_array.h b/redis_array.h
index 55538860..54218412 100644
--- a/redis_array.h
+++ b/redis_array.h
@@ -58,7 +58,7 @@ typedef struct RedisArray_ {
zend_bool pconnect; /* should we use pconnect */
zval z_fun; /* key extractor, callable */
zval z_dist; /* key distributor, callable */
- zval z_algo; /* key hashing algorithm name */
+ zend_string *algorithm; /* key hashing algorithm name */
HashTable *pure_cmds; /* hash table */
double connect_timeout; /* socket connect timeout */
double read_timeout; /* socket read timeout */