diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2006-12-20 19:48:12 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2006-12-20 19:48:12 +0000 |
| commit | 87ffae250ccdd08a63597483a56d9bb863c700e2 (patch) | |
| tree | 09a5e3d5ee18a7c478fb65811a284afe71376eda /ext/filter | |
| parent | 7d2142a56e4a78a4558e6f24d1bded66cd9bf1fd (diff) | |
| download | php-git-87ffae250ccdd08a63597483a56d9bb863c700e2.tar.gz | |
fixed ZTS build
Diffstat (limited to 'ext/filter')
| -rw-r--r-- | ext/filter/logical_filters.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/filter/logical_filters.c b/ext/filter/logical_filters.c index 37ff815b95..74ac21cde3 100644 --- a/ext/filter/logical_filters.c +++ b/ext/filter/logical_filters.c @@ -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 |
