diff options
author | krakjoe <joe.watkins@live.co.uk> | 2014-04-21 21:43:19 +0100 |
---|---|---|
committer | krakjoe <joe.watkins@live.co.uk> | 2014-04-21 21:43:19 +0100 |
commit | e9668d4ce8512838d92b05aa47da02c85a37c486 (patch) | |
tree | 8606a87e638c3cf81dec31fb148e124ed30c8dd3 /phpdbg.h | |
parent | bb0f0347dd99d42be923d5f61bc13e86df7cb8d4 (diff) | |
download | php-git-e9668d4ce8512838d92b05aa47da02c85a37c486.tar.gz |
buffer input to repeat commands
Diffstat (limited to 'phpdbg.h')
-rw-r--r-- | phpdbg.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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) /* }}} */ |