mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
Merge branch 'master' of github.com:krakjoe/phpdbg
This commit is contained in:
commit
a6d573cd89
5 changed files with 34 additions and 1 deletions
1
phpdbg.c
1
phpdbg.c
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue