diff options
Diffstat (limited to 'Zend/zend_objects_API.h')
-rw-r--r-- | Zend/zend_objects_API.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_objects_API.h b/Zend/zend_objects_API.h index ebf0487519..08b0a13a30 100644 --- a/Zend/zend_objects_API.h +++ b/Zend/zend_objects_API.h @@ -45,7 +45,7 @@ typedef struct _zend_objects_store { uint32_t top; uint32_t size; int free_list_head; - char no_reuse; /* to be set to true when shutting down, to avoid missing dtor call on objects spawned by another dtor */ + int no_reuse; /* to be set to true when shutting down, to avoid missing dtor call on objects spawned by another dtor */ } zend_objects_store; /* Global store handling functions */ |