summaryrefslogtreecommitdiff
path: root/phpdbg.h
diff options
context:
space:
mode:
authorkrakjoe <joe.watkins@live.co.uk>2014-04-21 21:43:19 +0100
committerkrakjoe <joe.watkins@live.co.uk>2014-04-21 21:43:19 +0100
commite9668d4ce8512838d92b05aa47da02c85a37c486 (patch)
tree8606a87e638c3cf81dec31fb148e124ed30c8dd3 /phpdbg.h
parentbb0f0347dd99d42be923d5f61bc13e86df7cb8d4 (diff)
downloadphp-git-e9668d4ce8512838d92b05aa47da02c85a37c486.tar.gz
buffer input to repeat commands
Diffstat (limited to 'phpdbg.h')
-rw-r--r--phpdbg.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/phpdbg.h b/phpdbg.h
index d25e0be437..be009e40d0 100644
--- a/phpdbg.h
+++ b/phpdbg.h
@@ -199,9 +199,7 @@ ZEND_BEGIN_MODULE_GLOBALS(phpdbg)
char *prompt[2]; /* prompt */
const phpdbg_color_t *colors[PHPDBG_COLORS]; /* colors */
-
- phpdbg_command_t *lcmd; /* last command */
- phpdbg_param_t lparam; /* last param */
+ char *buffer; /* buffer */
zend_ulong flags; /* phpdbg flags */
ZEND_END_MODULE_GLOBALS(phpdbg) /* }}} */