summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_opcode.c
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-09-19 17:10:01 +0200
committerBob Weinand <bobwei9@hotmail.com>2015-09-19 17:10:16 +0200
commit16cde23eb24e3675219352dcf970c311c3f7fb40 (patch)
treea0626c5b46d89b9623fda44ce9452bed1ae1cca7 /sapi/phpdbg/phpdbg_opcode.c
parentff414555db30bcddb09b4f035ddd02a7411d39b4 (diff)
downloadphp-git-16cde23eb24e3675219352dcf970c311c3f7fb40.tar.gz
Fix oplog...
Diffstat (limited to 'sapi/phpdbg/phpdbg_opcode.c')
-rw-r--r--sapi/phpdbg/phpdbg_opcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_opcode.c b/sapi/phpdbg/phpdbg_opcode.c
index d8e8ebf1ce..44170c8c9e 100644
--- a/sapi/phpdbg/phpdbg_opcode.c
+++ b/sapi/phpdbg/phpdbg_opcode.c
@@ -190,7 +190,7 @@ void phpdbg_print_opline_ex(zend_execute_data *execute_data, zend_bool ignore_fl
}
if (!ignore_flags && PHPDBG_G(oplog)) {
- phpdbg_log_ex(fileno(PHPDBG_G(oplog)), "L%-5u %16p %s %s",
+ phpdbg_log_ex(fileno(PHPDBG_G(oplog)), "L%-5u %16p %s %s\n",
opline->lineno,
opline,
decode,