mirror of
https://github.com/php/php-src.git
synced 2026-04-26 17:38:14 +02:00
- Fix PECL bug #5963
This commit is contained in:
@@ -301,6 +301,9 @@ static void php_zval_filter(zval *value, long filter, long flags, zval *options,
|
||||
filter_func = php_find_filter(FS_DEFAULT);
|
||||
}
|
||||
|
||||
/* Here be strings */
|
||||
convert_to_string(value);
|
||||
|
||||
filter_func.function(value, flags, options, charset TSRMLS_CC);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user