diff options
-rw-r--r-- | ext/opcache/zend_shared_alloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/zend_shared_alloc.h b/ext/opcache/zend_shared_alloc.h index da9bc3c0f4..01de10d90f 100644 --- a/ext/opcache/zend_shared_alloc.h +++ b/ext/opcache/zend_shared_alloc.h @@ -102,7 +102,7 @@ typedef struct _zend_smm_shared_globals { /* Amount of free shared memory */ size_t shared_free; /* Amount of shared memory allocated by garbage */ - int wasted_shared_memory; + size_t wasted_shared_memory; /* No more shared memory flag */ zend_bool memory_exhausted; /* Saved Shared Allocator State */ |