- Move PHPDBG_NEXT to prompt header

This commit is contained in:
Felipe Pena 2013-11-10 19:51:44 -02:00
parent 816925c7da
commit e1931c14a5
2 changed files with 4 additions and 4 deletions

View file

@ -42,8 +42,6 @@
# define PHPDBG_G(v) (phpdbg_globals.v) # define PHPDBG_G(v) (phpdbg_globals.v)
#endif #endif
#define PHPDBG_NEXT 2
ZEND_BEGIN_MODULE_GLOBALS(phpdbg) ZEND_BEGIN_MODULE_GLOBALS(phpdbg)
HashTable bp_files; HashTable bp_files;
HashTable bp_symbols; HashTable bp_symbols;

View file

@ -27,6 +27,8 @@
#define PHPDBG_STRL(s) s, sizeof(s)-1 #define PHPDBG_STRL(s) s, sizeof(s)-1
#define PHPDBG_NEXT 2
/** /**
* Command handler * Command handler
*/ */