1
0
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:
Ilia Alshanetsky
2006-12-20 19:48:12 +00:00
parent 7d2142a56e
commit 87ffae250c
+1 -1
View File
@@ -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