Skip to content

Commit

Permalink
Merge branch 'xdebug_2_3'
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Feb 24, 2015
2 parents 425afad + 45f10aa commit b1830ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdebug.c
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ static int xdebug_trigger_enabled(int setting, char *var_name, char *var_value T
zend_hash_find(PG(http_globals)[TRACK_VARS_COOKIE]->value.ht, var_name, strlen(var_name) + 1, (void **) &trigger_val) == SUCCESS
)
) && (
(var_value == 0) ||
(var_value == NULL) || (var_value[0] == '\0') ||
(strcmp(var_value, Z_STRVAL_PP(trigger_val)) == 0)
)
) {
Expand Down

0 comments on commit b1830ef

Please sign in to comment.