mirror of
https://github.com/php/php-src.git
synced 2024-11-29 04:46:07 +08:00
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: yet another uninitialized pointer
This commit is contained in:
commit
931ea5c872
@ -176,6 +176,8 @@ static inline void php_phpdbg_globals_ctor(zend_phpdbg_globals *pg) /* {{{ */
|
||||
pg->eol = PHPDBG_EOL_LF;
|
||||
|
||||
pg->stdin_file = NULL;
|
||||
|
||||
pg->cur_command = NULL;
|
||||
} /* }}} */
|
||||
|
||||
static PHP_MINIT_FUNCTION(phpdbg) /* {{{ */
|
||||
|
Loading…
Reference in New Issue
Block a user