summaryrefslogtreecommitdiff
path: root/Zend/zend.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend.h')
-rw-r--r--Zend/zend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend.h b/Zend/zend.h
index 095254fe0b..924f541091 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -284,6 +284,7 @@ struct _zend_class_entry {
HashTable function_table;
HashTable default_properties;
HashTable class_table;
+ HashTable static_members;
zend_function_entry *builtin_functions;
union _zend_function *constructor;