summaryrefslogtreecommitdiff
path: root/phpdbg.h
diff options
context:
space:
mode:
authorkrakjoe <joe.watkins@live.co.uk>2014-02-18 19:48:33 +0000
committerkrakjoe <joe.watkins@live.co.uk>2014-02-18 19:48:33 +0000
commite392e730ea7cd006a9933cb088179c9a6a46d246 (patch)
treecb542085de81e2be28f8300065a844f03ded7089 /phpdbg.h
parent29e74ebf650dd11a0c83b980b21ee39ee5720ca6 (diff)
downloadphp-git-e392e730ea7cd006a9933cb088179c9a6a46d246.tar.gz
execute new stack now
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 68c505ca63..414500cab7 100644
--- a/phpdbg.h
+++ b/phpdbg.h
@@ -159,6 +159,7 @@
#define PHPDBG_STDERR 2
#define PHPDBG_IO_FDS 3 /* }}} */
+
/* {{{ structs */
ZEND_BEGIN_MODULE_GLOBALS(phpdbg)
HashTable bp[PHPDBG_BREAK_TABLES]; /* break points */