summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r--Zend/zend_globals.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h
index 58b2c48945..b133dfe5c0 100644
--- a/Zend/zend_globals.h
+++ b/Zend/zend_globals.h
@@ -32,6 +32,7 @@
#include "zend_llist.h"
#include "zend_fast_cache.h"
#include "zend_objects.h"
+#include "zend_objects_API.h"
/* Define ZTS if you want a thread-safe Zend */
/*#undef ZTS*/
@@ -200,7 +201,7 @@ struct _zend_executor_globals {
int lambda_count;
HashTable ini_directives;
- zend_objects objects;
+ zend_objects_store objects_store;
zval *exception;
struct _zend_execute_data *current_execute_data;