1
0
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:
foobar
2005-11-17 00:03:03 +00:00
parent 1d086bd268
commit 2f42d7df03
+3
View File
@@ -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);
}