From: Bob Weinand Date: Fri, 31 Jul 2015 11:23:30 +0000 (+0200) Subject: Remove debug instructions (...) X-Git-Tag: php-7.0.0beta3~5^2~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=590c5a7e501bec91c4f57813d167e870653f2451;p=php Remove debug instructions (...) --- diff --git a/sapi/phpdbg/phpdbg_list.c b/sapi/phpdbg/phpdbg_list.c index 7413ded884..89e352a971 100644 --- a/sapi/phpdbg/phpdbg_list.c +++ b/sapi/phpdbg/phpdbg_list.c @@ -320,7 +320,6 @@ zend_op_array *phpdbg_init_compile_file(zend_file_handle *file, int type) { *dataptr->op_array->refcount = 2; dataptr->destroy_op_array = 0; } - ++*dataptr->op_array->refcount; } return ret; diff --git a/sapi/phpdbg/phpdbg_opcode.c b/sapi/phpdbg/phpdbg_opcode.c index 8b6c964343..d8e8ebf1ce 100644 --- a/sapi/phpdbg/phpdbg_opcode.c +++ b/sapi/phpdbg/phpdbg_opcode.c @@ -211,8 +211,6 @@ void phpdbg_print_opline_ex(zend_execute_data *execute_data, zend_bool ignore_fl cur->next = NULL; PHPDBG_G(oplog_cur)->next = cur; PHPDBG_G(oplog_cur) = cur; -if (!execute_data->func->op_array.filename) -printf("ALETR"); } } /* }}} */