diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2015-07-31 13:23:30 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2015-07-31 13:23:45 +0200 |
commit | 590c5a7e501bec91c4f57813d167e870653f2451 (patch) | |
tree | 6ad64fad4b28030b188feb6211c58a67f0ea3f16 /sapi/phpdbg/phpdbg_list.c | |
parent | 35b61e4f4da82f1aedd8adc0f20513188ccd19ac (diff) | |
download | php-git-590c5a7e501bec91c4f57813d167e870653f2451.tar.gz |
Remove debug instructions (...)
Diffstat (limited to 'sapi/phpdbg/phpdbg_list.c')
-rw-r--r-- | sapi/phpdbg/phpdbg_list.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |