Skip to content

Commit 7369a68

Browse files
committed
- Fixed ZTS build
1 parent 60b5f6d commit 7369a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/filter/logical_filters.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ void php_filter_validate_mac(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */
837837
/* The current token did not end with e.g. a "." */
838838
RETURN_VALIDATION_FAILED
839839
}
840-
if (php_filter_parse_hex(input + offset, length, &ret) < 0) {
840+
if (php_filter_parse_hex(input + offset, length, &ret TSRMLS_CC) < 0) {
841841
/* The current token is no valid hexadecimal digit */
842842
RETURN_VALIDATION_FAILED
843843
}

0 commit comments

Comments
 (0)