update static constants too

This commit is contained in:
Stanislav Malyshev 2003-02-10 10:57:14 +00:00
parent 3661930f14
commit 10b6a84b74

View File

@ -668,6 +668,8 @@ zval **zend_get_static_property(zend_class_entry *ce, char *property_name, int p
break;
EMPTY_SWITCH_DEFAULT_CASE()
}
} else {
zval_update_constant(retval, (void *) 1 TSRMLS_CC);
}
return retval;