From 795e12b85e436badf24fae5377d359337f35d459 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sun, 24 Nov 2013 12:54:14 -0200 Subject: - Added "set prompt" command --- phpdbg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'phpdbg.h') 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 */ -- cgit v1.2.1