diff --git a/ext/hash/php_hash.h b/ext/hash/php_hash.h index c75b9309364..e8c15430556 100644 --- a/ext/hash/php_hash.h +++ b/ext/hash/php_hash.h @@ -55,7 +55,7 @@ typedef struct _php_hash_data { const php_hash_ops *ops; void *context; - long options; + php_int_t options; unsigned char *key; } php_hash_data;