From e6de0eaba43d8ce371ac86abaaf5f2f7d7b4fa48 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sun, 14 May 2006 13:10:10 +0000 Subject: [PATCH] - trim spaces before parsing floats or integers --- ext/filter/package.xml | 1 + ext/filter/package2.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/ext/filter/package.xml b/ext/filter/package.xml index f93aae3549..9a0f45390c 100644 --- a/ext/filter/package.xml +++ b/ext/filter/package.xml @@ -36,6 +36,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) - Added JIT support diff --git a/ext/filter/package2.xml b/ext/filter/package2.xml index 5acf25bdc7..1189e72fff 100644 --- a/ext/filter/package2.xml +++ b/ext/filter/package2.xml @@ -42,6 +42,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) - Added JIT support -- 2.40.0