Merge branch 'master' of github.com:krakjoe/phpdbg

This commit is contained in:
Felipe Pena 2013-11-10 13:12:09 -02:00
commit a6d573cd89
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) {