summaryrefslogtreecommitdiff
path: root/phpdbg.h
diff options
context:
space:
mode:
authorFelipe Pena <felipensp@gmail.com>2013-11-24 12:54:14 -0200
committerFelipe Pena <felipensp@gmail.com>2013-11-24 12:54:14 -0200
commit795e12b85e436badf24fae5377d359337f35d459 (patch)
treef2a52a4381e90de5b6650577b637a65886585bf9 /phpdbg.h
parent97f733e60d103ce2ebac7a11c26dbd707cd469e5 (diff)
downloadphp-git-795e12b85e436badf24fae5377d359337f35d459.tar.gz
- Added "set prompt" command
Diffstat (limited to 'phpdbg.h')
-rw-r--r--phpdbg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpdbg.h b/phpdbg.h
index 60a713a98d..8f455e8c7b 100644
--- a/phpdbg.h
+++ b/phpdbg.h
@@ -131,6 +131,7 @@
/* {{{ structs */
ZEND_BEGIN_MODULE_GLOBALS(phpdbg)
HashTable bp[PHPDBG_BREAK_TABLES]; /* break points */
+ char *prompt; /* prompt */
char *exec; /* file to execute */
size_t exec_len; /* size of exec */
zend_op_array *ops; /* op_array */