]> granicus.if.org Git - php/commitdiff
Remove debug instructions (...)
authorBob Weinand <bobwei9@hotmail.com>
Fri, 31 Jul 2015 11:23:30 +0000 (13:23 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Fri, 31 Jul 2015 11:23:45 +0000 (13:23 +0200)
sapi/phpdbg/phpdbg_list.c
sapi/phpdbg/phpdbg_opcode.c

index 7413ded884830862d013bc02ddd351d24c9d7863..89e352a97148f08215181b11ec04ff42219e4db7 100644 (file)
@@ -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;
index 8b6c96434337541e75fd90737db2c267dafc4e1d..d8e8ebf1cee515001af9092a75991d274d617527 100644 (file)
@@ -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");
        }
 } /* }}} */