From: Stanislav Malyshev Date: Tue, 12 Nov 2002 15:06:51 +0000 (+0000) Subject: fix static X-Git-Tag: php-4.3.0RC1~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ee5080172a856e0dbc096ef0974f2520e3e9348;p=php fix static --- diff --git a/Zend/zend_object_handlers.c b/Zend/zend_object_handlers.c index 23555fc2be..9a3642f050 100644 --- a/Zend/zend_object_handlers.c +++ b/Zend/zend_object_handlers.c @@ -398,6 +398,7 @@ static union _zend_function *zend_std_get_method(zval *object, char *method_name call_user_call->handler = zend_std_call_user_call; call_user_call->arg_types = NULL; call_user_call->scope = NULL; + call_user_call->is_static = 0; call_user_call->function_name = estrndup(method_name, method_len); free_alloca(lc_method_name);