summaryrefslogtreecommitdiff
path: root/Zend/zend_objects_API.h
diff options
context:
space:
mode:
authorJim Zubov <jim@commercebyte.com>2017-02-07 21:13:39 -0500
committerJim Zubov <jim@commercebyte.com>2017-02-07 21:13:39 -0500
commitf9afc6aabc8af2da5874b32e11f9e4cca722c079 (patch)
tree32b0b08cf7a062d3dd634a14f1a7502cbac8d4c2 /Zend/zend_objects_API.h
parenta6acffe421c1ea5e0d654169a17103285711596e (diff)
downloadphp-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.h1
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 */