From: Pierre Joye Date: Sun, 28 May 2006 01:24:01 +0000 (+0000) Subject: - update changelog X-Git-Tag: BEFORE_NEW_OUTPUT_API~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c5d378c7388b4480e34e17d426392cc0559aa48;p=php - update changelog --- 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