From 3c5d378c7388b4480e34e17d426392cc0559aa48 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sun, 28 May 2006 01:24:01 +0000 Subject: [PATCH] - update changelog --- ext/filter/package.xml | 6 ++++-- ext/filter/package2.xml | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ext/filter/package.xml b/ext/filter/package.xml index 3e1e53a4ce..cca5fd6a8c 100644 --- a/ext/filter/package.xml +++ b/ext/filter/package.xml @@ -28,6 +28,8 @@ of filters and mechanisms that users can use to safely access their input data. 2006-05-14 - Fixed PECL bug #6136, ini_set should not be able to change the filter.default (Pierre) - Fixed PECL bug #6639: uppercase hexadecimal digits are not supported +- Fixed PECL bug #7733, Float exponential weird result (Pierre) +- Fixed PECL bug #7715, Input_get float error (Pierre) - Implemented PECL req #6641: negative values for hexadecimal and octal numbers are not supported. - Added support for php pcre expressions (Pierre) - Fixed Possible leak in internal sapi_filter (Pierre) @@ -35,9 +37,9 @@ 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) +- INT 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 + and NULL when the variable has not been found (Pierre) - Added JIT support diff --git a/ext/filter/package2.xml b/ext/filter/package2.xml index 3be9509aa7..ffe3d7db44 100644 --- a/ext/filter/package2.xml +++ b/ext/filter/package2.xml @@ -32,6 +32,8 @@ of filters and mechanisms that users can use to safely access their input data. PHP - Fixed PECL bug #6136, ini_set should not be able to change the filter.default (Pierre) - Fixed PECL bug #6639: uppercase hexadecimal digits are not supported +- Fixed PECL bug #7733, Float exponential weird result (Pierre) +- Fixed PECL bug #7715, Input_get float error (Pierre) - Implemented PECL req #6641: negative values for hexadecimal and octal numbers are not supported. - Added support for php pcre expressions (Pierre) - Fixed Possible leak in internal sapi_filter (Pierre) @@ -39,9 +41,9 @@ 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) +- INT 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 + and NULL when the variable has not been found (Pierre) - Added JIT support -- 2.50.1