Skip to content

Commit

Permalink
Merge branch 'PHP-7.0' into PHP-7.1
Browse files Browse the repository at this point in the history
* PHP-7.0:
  yet another uninitialized pointer
  • Loading branch information
weltling committed Oct 27, 2016
2 parents 4e3eb4a + e586c7c commit 931ea5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sapi/phpdbg/phpdbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) /* {{{ */
Expand Down

0 comments on commit 931ea5c

Please sign in to comment.