diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2016-12-22 00:38:47 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2016-12-22 00:39:24 +0100 |
commit | 3b2b080cbcdcadb97f9dd2db1a6e9e4200c34023 (patch) | |
tree | cb4079d14adcd589e9caadef6329bf34165b419d /sapi/phpdbg/phpdbg_list.h | |
parent | c41826d1e626962621805eab650b1fcc2f1f49d8 (diff) | |
download | php-git-3b2b080cbcdcadb97f9dd2db1a6e9e4200c34023.tar.gz |
Fixed bug #73704 (phpdbg shows the wrong line in files with shebang)
Diffstat (limited to 'sapi/phpdbg/phpdbg_list.h')
-rw-r--r-- | sapi/phpdbg/phpdbg_list.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_list.h b/sapi/phpdbg/phpdbg_list.h index c011b9598a..62ded66cf0 100644 --- a/sapi/phpdbg/phpdbg_list.h +++ b/sapi/phpdbg/phpdbg_list.h @@ -42,7 +42,6 @@ void phpdbg_init_list(void); void phpdbg_list_update(void); typedef struct { - char *filename; char *buf; size_t len; #if HAVE_MMAP |