]> granicus.if.org Git - php/commitdiff
- update changelog
authorPierre Joye <pajoye@php.net>
Sun, 28 May 2006 01:24:01 +0000 (01:24 +0000)
committerPierre Joye <pajoye@php.net>
Sun, 28 May 2006 01:24:01 +0000 (01:24 +0000)
ext/filter/package.xml
ext/filter/package2.xml

index 3e1e53a4ce1705289b8be989dbd58df15120e8e2..cca5fd6a8cf1d8b771d1bac7c4ac5347a65964a4 100644 (file)
@@ -28,6 +28,8 @@ of filters and mechanisms that users can use to safely access their input data.
     <date>2006-05-14</date>
     <notes>- 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
   </notes>
     <filelist>
index 3be9509aa7c9281eab3f0c2f1c51ca80b9b5c748..ffe3d7db444a9b30038255892ac5e27633961954 100644 (file)
@@ -32,6 +32,8 @@ of filters and mechanisms that users can use to safely access their input data.
   <license uri="http://www.php.net/license">PHP</license>
   <notes>- 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
  </notes>
   <contents>