1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00

- Initialize constants_updated (by Marcus)

This commit is contained in:
Andi Gutmans
2002-11-29 16:35:46 +00:00
parent 71235e4140
commit 2de45bec65
+2
View File
@@ -289,6 +289,8 @@ static void register_standard_class(void)
zend_standard_class_def->handle_property_get = NULL;
zend_standard_class_def->handle_property_set = NULL;
zend_standard_class_def->refcount = 1;
zend_standard_class_def->constants_updated = 0;
zend_hash_add(GLOBAL_CLASS_TABLE, "stdclass", sizeof("stdclass"), &zend_standard_class_def, sizeof(zend_class_entry *), NULL);
}