- Fixed ZTS build

This commit is contained in:
Felipe Pena 2013-02-03 10:57:31 -02:00
parent 60b5f6d463
commit 7369a68379

View file

@ -837,7 +837,7 @@ void php_filter_validate_mac(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */
/* The current token did not end with e.g. a "." */
RETURN_VALIDATION_FAILED
}
if (php_filter_parse_hex(input + offset, length, &ret) < 0) {
if (php_filter_parse_hex(input + offset, length, &ret TSRMLS_CC) < 0) {
/* The current token is no valid hexadecimal digit */
RETURN_VALIDATION_FAILED
}