From 201d790899560303db598e2e90c8bc710e5000b1 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Wed, 4 Oct 2006 12:02:46 +0000 Subject: - used only in HEAD --- ext/filter/package.xml | 142 ------------------------------------------------- 1 file changed, 142 deletions(-) delete mode 100644 ext/filter/package.xml diff --git a/ext/filter/package.xml b/ext/filter/package.xml deleted file mode 100644 index 1c2c914c55..0000000000 --- a/ext/filter/package.xml +++ /dev/null @@ -1,142 +0,0 @@ - - - filter - pecl.php.net - Extension for safely dealing with input parameters - The Input Filter extension is meant to address this issue by implementing a set -of filters and mechanisms that users can use to safely access their input data. - - - - Ilia Alshanetsky - iliaa - iliaa@php.net - yes - - - Pierre-Alain Joye - pajoye - pierre@php.net - yes - - - Derick Rethans - derick - derick@php.net - yes - - - Rasmus Lerdorf - rasmus - rasmus@php.net - yes - - 2006-01-09 - - 0.10.0 - 0.10.0 - - - beta - alpha - - 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) -- Fixed PECL bug #8316, empty string with FILTER_VALIDATE_INT returns 0 -- Fixed Possible leak in internal sapi_filter (Pierre) -- 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) -- 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) -- INT, Float and boolean filters trim the values before the validations (default trim()) (Pierre) -- input_get and input_get_args returns now FALSE when the validation failed - and NULL when the variable has not been found (Pierre) -- Added JIT support - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 5.0.0 - - - 1.4.0b1 - - - - filter - - - - 2006-01-23 - - - 0.9.4 - 0.9.4 - - - beta - beta - - - Reimplement php_filter_callback() as exception-safe and without memleaks -- Renamed all constants. -- Fixed PECL bug #6124: Crash on HTML tags when using FS_STRING - - - -- cgit v1.2.1