diff --git a/ext/filter/package.xml b/ext/filter/package.xml index cca5fd6a8cf..e7b62a5b451 100644 --- a/ext/filter/package.xml +++ b/ext/filter/package.xml @@ -37,7 +37,7 @@ of filters and mechanisms that users can use to safely access their input data. - Added FILTER_FLAG_SCALAR and FILTER_FLAG_ARRAY , allows or not array values (Pierre) - Basic IPv6 (no option yet, only the syntax is verified) (Pierre) - Add support for custom decimal separator (Pierre) -- INT and Float filters trim the values before the validations (spaces only) (Pierre) +- Integer, boolean and float filters trim the values before the validations (spaces only) (Pierre) - input_get and input_get_args returns now FALSE when the validation failed and NULL when the variable has not been found (Pierre) - Added JIT support