diff options
author | Jim Zubov <jim@commercebyte.com> | 2017-02-07 21:13:39 -0500 |
---|---|---|
committer | Jim Zubov <jim@commercebyte.com> | 2017-02-07 21:13:39 -0500 |
commit | f9afc6aabc8af2da5874b32e11f9e4cca722c079 (patch) | |
tree | 32b0b08cf7a062d3dd634a14f1a7502cbac8d4c2 /Zend/zend_objects_API.h | |
parent | a6acffe421c1ea5e0d654169a17103285711596e (diff) | |
download | php-git-f9afc6aabc8af2da5874b32e11f9e4cca722c079.tar.gz |
newly added zend_object_store.no_reuse is redefined as a global zend_object_store_no_reuse,
to avoid alignment issues
Diffstat (limited to 'Zend/zend_objects_API.h')
-rw-r--r-- | Zend/zend_objects_API.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_objects_API.h b/Zend/zend_objects_API.h index 08b0a13a30..223060035e 100644 --- a/Zend/zend_objects_API.h +++ b/Zend/zend_objects_API.h @@ -45,7 +45,6 @@ typedef struct _zend_objects_store { uint32_t top; uint32_t size; int free_list_head; - 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 */ |