mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
ulong => zend_ulong for 7.4
This commit is contained in:
+1
-1
@@ -907,7 +907,7 @@ ra_move_zset(const char *key, int key_len, zval *z_from, zval *z_to, long ttl) {
|
||||
int i, count;
|
||||
HashTable *h_zset_vals;
|
||||
zend_string *zkey;
|
||||
ulong idx;
|
||||
zend_ulong idx;
|
||||
|
||||
/* run ZRANGE key 0 -1 WITHSCORES on source */
|
||||
ZVAL_STRINGL(&z_fun_zrange, "ZRANGE", 6);
|
||||
|
||||
Reference in New Issue
Block a user