mirror of
https://github.com/php/php-src.git
synced 2024-11-29 04:46:07 +08:00
fix hash
This commit is contained in:
parent
074172061e
commit
729bce4321
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user