summaryrefslogtreecommitdiff
path: root/phpdbg.h
diff options
context:
space:
mode:
authorFelipe Pena <felipensp@gmail.com>2013-11-24 15:00:30 -0200
committerFelipe Pena <felipensp@gmail.com>2013-11-24 15:00:30 -0200
commit8589c0af91b78c59c8a226ad7eec9af3262e8737 (patch)
tree25d0c66d3d8b869071f1634c06f3cf5ddedd9acb /phpdbg.h
parentbfccc292a6acc5f4862c38faccaee9a5d124be85 (diff)
downloadphp-git-8589c0af91b78c59c8a226ad7eec9af3262e8737.tar.gz
- Initial work on setting color to prompt
Diffstat (limited to 'phpdbg.h')
-rw-r--r--phpdbg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpdbg.h b/phpdbg.h
index 8f455e8c7b..327116d6f4 100644
--- a/phpdbg.h
+++ b/phpdbg.h
@@ -132,6 +132,8 @@
ZEND_BEGIN_MODULE_GLOBALS(phpdbg)
HashTable bp[PHPDBG_BREAK_TABLES]; /* break points */
char *prompt; /* prompt */
+ char *prompt_raw; /* prompt unmodified */
+ char *prompt_color; /* prompt color */
char *exec; /* file to execute */
size_t exec_len; /* size of exec */
zend_op_array *ops; /* op_array */