From: Derick Rethans Date: Wed, 26 Oct 2005 13:23:16 +0000 (+0000) Subject: - Update package.xml files. X-Git-Tag: RELEASE_0_9_1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bcf6e4057aa8f71c04de3c3ee59659fb98a84512;p=php - Update package.xml files. --- diff --git a/ext/filter/package.xml b/ext/filter/package.xml index 42bafa374e..a179b9ca86 100644 --- a/ext/filter/package.xml +++ b/ext/filter/package.xml @@ -24,10 +24,14 @@ of filters and mechanisms that users can use to safely access their input data. PHP beta - 0.9.0 - 2005-10-05 + 0.9.1 + 2005-10-26 -Initial release. +- Fixed ZTS build. +- Fixed a problem with parameters passed as arrays (with the [] syntax in the + URL). +- Added the input_name_to_filter() function that returns the filter ID + belonging to a filter name. diff --git a/ext/filter/package2.xml b/ext/filter/package2.xml index 9bc8f3cef5..b781d47756 100644 --- a/ext/filter/package2.xml +++ b/ext/filter/package2.xml @@ -1,5 +1,5 @@ - @@ -22,18 +22,22 @@ of filters and mechanisms that users can use to safely access their input data. rasmus@php.net yes - 2005-10-05 - + 2005-10-26 + - 0.9.0 - 0.9.0 + 0.9.1 + 0.9.1 beta beta PHP - Initial release. + - Fixed ZTS build. +- Fixed a problem with parameters passed as arrays (with the [] syntax in the + URL). +- Added the input_name_to_filter() function that returns the filter ID + belonging to a filter name.