mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Fixed ZTS build
This commit is contained in:
parent
60b5f6d463
commit
7369a68379
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue