Skip to content

Commit

Permalink
Merge branch 'xdebug_3_1'
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Sep 21, 2021
2 parents 865cbdf + f714396 commit 0e57c86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xdebug.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ PHP_INI_END()

static void xdebug_init_base_globals(struct xdebug_base_info *xg)
{
xg->stack = NULL;
xg->in_debug_info = 0;
xg->output_is_tty = OUTPUT_NOT_CHECKED;
xg->in_execution = 0;
Expand Down

0 comments on commit 0e57c86

Please sign in to comment.