mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: fix uninitialized pointer
This commit is contained in:
@@ -174,6 +174,8 @@ static inline void php_phpdbg_globals_ctor(zend_phpdbg_globals *pg) /* {{{ */
|
||||
#endif
|
||||
|
||||
pg->eol = PHPDBG_EOL_LF;
|
||||
|
||||
pg->stdin_file = NULL;
|
||||
} /* }}} */
|
||||
|
||||
static PHP_MINIT_FUNCTION(phpdbg) /* {{{ */
|
||||
|
||||
Reference in New Issue
Block a user