We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc5336 commit bad9073Copy full SHA for bad9073
redis.c
@@ -4197,7 +4197,7 @@ PHP_METHOD(Redis, zIncrBy)
4197
PHPAPI void generic_z_command(INTERNAL_FUNCTION_PARAMETERS, char *command, int command_len) {
4198
4199
zval *object, *keys_array, *weights_array = NULL, **data;
4200
- HashTable *arr_weights_hash, *arr_keys_hash;
+ HashTable *arr_weights_hash = NULL, *arr_keys_hash;
4201
int key_output_len, array_weights_count, array_keys_count, operation_len = 0;
4202
char *key_output, *operation;
4203
RedisSock *redis_sock;
0 commit comments