ulong => zend_ulong for 7.4

This commit is contained in:
Remi Collet
2019-07-18 10:36:52 +02:00
parent 7d47331bdb
commit b4eb158a00
6 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -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);