From: Pierre Joye Date: Fri, 1 Sep 2006 00:39:31 +0000 (+0000) Subject: - this moved out, invalid format X-Git-Tag: RELEASE_1_0_0RC1~1795 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3dbdf4846e1677696c32045c03e8757ed09d2af8;p=php - this moved out, invalid format --- diff --git a/ext/filter/package.xml b/ext/filter/package.xml index 32051ddf9b..30d9e3670b 100644 --- a/ext/filter/package.xml +++ b/ext/filter/package.xml @@ -44,7 +44,6 @@ of filters and mechanisms that users can use to safely access their input data. - Fixed an issue with multiple calls using the same input type (Tony) - Fixed leak in sapi filter (Tony, Ilia) - Fixed magic_quotes_gpc from being applied when RAW filter is used (Ilia) -- Implemented PECL req #6641: negative values for hexadecimal and octal numbers are not supported. - Added support for custom decimal separator (Pierre) - Added support for php pcre expressions (Pierre) - Added input_get_args, fetches all input in one call (Pierre)