From a25e1af03825d175589febadee9e96f67b5113e0 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sun, 14 May 2006 15:51:04 +0000 Subject: [PATCH] - add tests to the package --- ext/filter/package.xml | 113 ++++++++++++++++--------- ext/filter/package2.xml | 177 ++++++++++++++++++++++++---------------- 2 files changed, 179 insertions(+), 111 deletions(-) diff --git a/ext/filter/package.xml b/ext/filter/package.xml index eeb1e0e9f3..3e1e53a4ce 100644 --- a/ext/filter/package.xml +++ b/ext/filter/package.xml @@ -1,32 +1,32 @@ - + - filter - Extension for safely dealing with input parameters - - - derick - Derick Rethans - derick@php.net - lead - - - rasmus - Rasmus Lerdorf - rasmus@php.net - lead - - - + filter + Extension for safely dealing with input parameters + + + derick + Derick Rethans + derick@php.net + lead + + + rasmus + Rasmus Lerdorf + rasmus@php.net + lead + + + 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. - PHP - - beta - 0.10.0 - 2006-05-14 - - Fixed PECL bug #6136, ini_set should not be able to change the filter.default (Pierre) + PHP + + beta + 0.10.0 + 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 - Implemented PECL req #6641: negative values for hexadecimal and octal numbers are not supported. - Added support for php pcre expressions (Pierre) @@ -40,21 +40,56 @@ of filters and mechanisms that users can use to safely access their input data. and NULL when the variable has not been found - 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 - - + + -- 2.50.1