- Shouldn't be needed
authorAndi Gutmans <andi@php.net>
Sat, 9 Oct 1999 20:37:08 +0000 (20:37 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 9 Oct 1999 20:37:08 +0000 (20:37 +0000)
Zend/zend_execute.c

index fbf149bf05829a6969e9d6d2e341c2ffae27d957..f3d3ba194347dbb0dfad5c7fe12c024770d71d23 100644 (file)
@@ -81,7 +81,6 @@ static void zend_extension_fcall_end_handler(zend_extension *extension, zend_op_
                                                                                                                                                \
                                        if ((ptr_ptr = (s))                                                                     \
                                                && ((*ptr_ptr)->type == IS_OBJECT)                              \
-                                               && (!(*ptr_ptr)->value.obj.ce->handle_function_call) \
                                                && (!(*ptr_ptr)->is_ref)                                                \
                                                && ((*ptr_ptr)->refcount>2)) { /* 2 because it's also locked */ \
                                                zval *ptr = *ptr_ptr;                                                   \