From: Dmitry Stogov Date: Tue, 19 Feb 2008 16:44:43 +0000 (+0000) Subject: Reverted wrong commit (debug code) X-Git-Tag: php-5.2.6RC1~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=981603b55c486b875cdc9940bb6adab48bb791b9;p=php Reverted wrong commit (debug code) --- diff --git a/Zend/zend_vm_execute.h b/Zend/zend_vm_execute.h index 607c0d3f13..6d7402f78b 100644 --- a/Zend/zend_vm_execute.h +++ b/Zend/zend_vm_execute.h @@ -181,13 +181,6 @@ static int zend_do_fcall_common_helper_SPEC(ZEND_OPCODE_HANDLER_ARGS) ALLOC_ZVAL(EX_T(opline->result.u.var).var.ptr); INIT_ZVAL(*(EX_T(opline->result.u.var).var.ptr)); -if (strcmp(EX(function_state).function->common.function_name, "set_error_handler") == 0) { -static n = 0; -++n; -if (n>=542) { -fprintf(stderr, "%3d 0x%08X %s\n", n, EX_T(opline->result.u.var).var.ptr, EX(function_state).function->common.function_name); -} -} if (EX(function_state).function->common.arg_info) { zend_uint i=0;