summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-09-03 16:13:40 +0000
committerMarcus Boerger <helly@php.net>2003-09-03 16:13:40 +0000
commit1b39a5aa2c97c679f1ffdaa8baa388d506e9aea7 (patch)
tree8f236f5ee5bf005bb12e2c937b5c6bbce6a0624c /Zend/zend_API.c
parent804312c4a1de337987bd5fde12c8813d0f2a1049 (diff)
downloadphp-git-1b39a5aa2c97c679f1ffdaa8baa388d506e9aea7.tar.gz
Fix static properties.
# # There's only an errormessage missing which i'll wommit as soon as i find out # how to do it best. But besides that damn message everything works now and all # inheritance rules apply. #
Diffstat (limited to 'Zend/zend_API.c')
-rw-r--r--Zend/zend_API.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_API.c b/Zend/zend_API.c
index 4b3c938ff2..fdb2d6899a 100644
--- a/Zend/zend_API.c
+++ b/Zend/zend_API.c
@@ -700,7 +700,6 @@ ZEND_API int _object_and_properties_init(zval *arg, zend_class_entry *class_type
if (!class_type->constants_updated) {
zend_hash_apply_with_argument(&class_type->default_properties, (apply_func_arg_t) zval_update_constant, (void *) 1 TSRMLS_CC);
- zend_hash_apply_with_argument(class_type->static_members, (apply_func_arg_t) zval_update_constant, (void *) 1 TSRMLS_CC);
class_type->constants_updated = 1;
}