Skip to content

Commit

Permalink
Merge branch 'xdebug_2_1'
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Apr 11, 2012
2 parents 8ea0093 + f572a93 commit 70baf1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xdebug.c
Expand Up @@ -369,7 +369,7 @@ char *xdebug_env_key(TSRMLS_D)
}
}

void xdebug_env_config()
void xdebug_env_config(TSRMLS_D)
{
char *config = getenv("XDEBUG_CONFIG");
xdebug_arg *parts;
Expand Down Expand Up @@ -807,7 +807,7 @@ PHP_RINIT_FUNCTION(xdebug)

/* Get xdebug ini entries from the environment also,
this can override the idekey if one is set */
xdebug_env_config();
xdebug_env_config(TSRMLS_C);

XG(no_exec) = 0;
XG(level) = 0;
Expand Down

0 comments on commit 70baf1a

Please sign in to comment.