Skip to content

Commit 2de45be

Browse files
author
Andi Gutmans
committed
- Initialize constants_updated (by Marcus)
1 parent 71235e4 commit 2de45be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Zend/zend.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ static void register_standard_class(void)
289289
zend_standard_class_def->handle_property_get = NULL;
290290
zend_standard_class_def->handle_property_set = NULL;
291291
zend_standard_class_def->refcount = 1;
292+
zend_standard_class_def->constants_updated = 0;
293+
292294
zend_hash_add(GLOBAL_CLASS_TABLE, "stdclass", sizeof("stdclass"), &zend_standard_class_def, sizeof(zend_class_entry *), NULL);
293295
}
294296

0 commit comments

Comments
 (0)