From: Pierre Joye Date: Sun, 14 May 2006 01:58:51 +0000 (+0000) Subject: - changelog X-Git-Tag: BEFORE_NEW_OUTPUT_API~204 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29bf5016446b8bb4ba52567ff933e426ca85fade;p=php - changelog --- diff --git a/ext/filter/package.xml b/ext/filter/package.xml index 778056621f..f93aae3549 100644 --- a/ext/filter/package.xml +++ b/ext/filter/package.xml @@ -35,6 +35,7 @@ of filters and mechanisms that users can use to safely access their input data. - Added input_get_args, fetches all input in one call (Pierre) - 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) - Added JIT support diff --git a/ext/filter/package2.xml b/ext/filter/package2.xml index e22be4d130..5acf25bdc7 100644 --- a/ext/filter/package2.xml +++ b/ext/filter/package2.xml @@ -40,6 +40,8 @@ of filters and mechanisms that users can use to safely access their input data. - Fixed Possible leak in internal sapi_filter (Pierre) - Added input_get_args, fetches all input in one call (Pierre) - 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) - Added JIT support