1
0
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:
Anatol Belski
2016-10-27 02:20:12 +02:00
+2
View File
@@ -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) /* {{{ */