From: Derick Rethans Date: Thu, 27 Oct 2005 09:36:26 +0000 (+0000) Subject: - Update package files. X-Git-Tag: RELEASE_0_9_2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19c7917e357b37ec96929c41b449804072aba372;p=php - Update package files. --- diff --git a/ext/filter/package.xml b/ext/filter/package.xml index a179b9ca86..11c14cebf0 100644 --- a/ext/filter/package.xml +++ b/ext/filter/package.xml @@ -24,14 +24,13 @@ of filters and mechanisms that users can use to safely access their input data. PHP beta - 0.9.1 - 2005-10-26 + 0.9.2 + 2005-10-27 -- 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. +- Implemented support for default filter flags in php.ini with the + filter.default_flags setting. +- Fixed a crash when a non-array option was passed in combination with the + callback filter. diff --git a/ext/filter/package2.xml b/ext/filter/package2.xml index b781d47756..692c71bd47 100644 --- a/ext/filter/package2.xml +++ b/ext/filter/package2.xml @@ -22,22 +22,21 @@ of filters and mechanisms that users can use to safely access their input data. rasmus@php.net yes - 2005-10-26 - + 2005-10-27 + - 0.9.1 - 0.9.1 + 0.9.2 + 0.9.2 beta beta PHP - - 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. + - Implemented support for default filter flags in php.ini with the + filter.default_flags setting. +- Fixed a crash when a non-array option was passed in combination with the + callback filter.