WIP: php7 compatibility

This commit is contained in:
Pavlo Yatsukhnenko
2016-11-08 11:02:51 +02:00
parent a3799e506f
commit 04a7327af8
5 changed files with 111 additions and 138 deletions
+1 -1
View File
@@ -50,7 +50,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_pure_cmds; /* hash table */
zval z_pure_cmds; /* hash table */
double connect_timeout; /* socket connect timeout */
struct RedisArray_ *prev;