mirror of
https://github.com/php/php-src.git
synced 2026-04-27 01:48:26 +02:00
fixed ZTS build
This commit is contained in:
@@ -479,7 +479,7 @@ void php_filter_validate_url(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */
|
||||
php_url *url;
|
||||
int old_len = Z_STRLEN_P(value);
|
||||
|
||||
php_filter_url(value, flags, option_array, charset TSRMLS_DC);
|
||||
php_filter_url(value, flags, option_array, charset TSRMLS_CC);
|
||||
|
||||
if (Z_TYPE_P(value) != IS_STRING || old_len != Z_STRLEN_P(value)) {
|
||||
RETURN_VALIDATION_FAILED
|
||||
|
||||
Reference in New Issue
Block a user