This commit is contained in:
Anatol Belski 2014-08-19 22:57:07 +02:00
parent 074172061e
commit 729bce4321

View File

@ -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;