Merge branch 'PHP-7.1'

* PHP-7.1:
  yet another uninitialized pointer
This commit is contained in:
Anatol Belski 2016-10-27 02:46:18 +02:00
commit 6c55c39d8e

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