From 590c5a7e501bec91c4f57813d167e870653f2451 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Fri, 31 Jul 2015 13:23:30 +0200 Subject: Remove debug instructions (...) --- sapi/phpdbg/phpdbg_opcode.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sapi/phpdbg/phpdbg_opcode.c') 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"); } } /* }}} */ -- cgit v1.2.1