summaryrefslogtreecommitdiff
path: root/ext/opcache/zend_accelerator_hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opcache/zend_accelerator_hash.h')
-rw-r--r--ext/opcache/zend_accelerator_hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/zend_accelerator_hash.h b/ext/opcache/zend_accelerator_hash.h
index 2de28bffa7..99e92cd194 100644
--- a/ext/opcache/zend_accelerator_hash.h
+++ b/ext/opcache/zend_accelerator_hash.h
@@ -45,7 +45,7 @@
typedef struct _zend_accel_hash_entry zend_accel_hash_entry;
struct _zend_accel_hash_entry {
- zend_ulong hash_value;
+ zend_uint_t hash_value;
char *key;
zend_uint key_length;
zend_accel_hash_entry *next;