mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- Move PHPDBG_NEXT to prompt header
This commit is contained in:
parent
816925c7da
commit
e1931c14a5
2 changed files with 4 additions and 4 deletions
2
phpdbg.h
2
phpdbg.h
|
@ -42,8 +42,6 @@
|
|||
# define PHPDBG_G(v) (phpdbg_globals.v)
|
||||
#endif
|
||||
|
||||
#define PHPDBG_NEXT 2
|
||||
|
||||
ZEND_BEGIN_MODULE_GLOBALS(phpdbg)
|
||||
HashTable bp_files;
|
||||
HashTable bp_symbols;
|
||||
|
|
|
@ -27,6 +27,8 @@
|
|||
|
||||
#define PHPDBG_STRL(s) s, sizeof(s)-1
|
||||
|
||||
#define PHPDBG_NEXT 2
|
||||
|
||||
/**
|
||||
* Command handler
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue