This commit is contained in:
krakjoe 2013-11-10 14:43:46 +00:00
parent 5c866a9f13
commit 2977840a4a
5 changed files with 34 additions and 1 deletions

View file

@ -27,6 +27,7 @@ static inline void php_phpdbg_globals_ctor(zend_phpdbg_globals *pg) {
pg->exec = NULL;
pg->ops = NULL;
pg->stepping = 0;
pg->vmret = 0;
}
static PHP_MINIT_FUNCTION(phpdbg) {