Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  yet another uninitialized pointer
This commit is contained in:
Anatol Belski 2016-10-27 02:45:48 +02:00
commit 931ea5c872

View File

@ -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) /* {{{ */