From: Pierre Joye Date: Tue, 31 Oct 2006 22:30:42 +0000 (+0000) Subject: - bug first X-Git-Tag: RELEASE_1_0_0RC1~1166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1791f44e6e97cd58faddf61e847405d135c747c2;p=php - bug first --- diff --git a/ext/filter/package.xml b/ext/filter/package.xml index 4178ec4896..18d8215cad 100644 --- a/ext/filter/package.xml +++ b/ext/filter/package.xml @@ -30,7 +30,7 @@ of filters and mechanisms that users can use to safely access their input data. iliaa@php.net yes - 2006-31-10 + 2006-10-31 0.11.0 0.11.0 @@ -41,11 +41,11 @@ of filters and mechanisms that users can use to safely access their input data. PHP * Attention, this release contains BC breaks, the API has been rewamped * -see the manuals and the examples for more details about the new API +see the manual and the examples for more details about the new API - Fixed possible bug in all filtering functions, input value was modified +- Fixed a bug in FILTER_CALLBACK when a non modified value is returned - Filters operate now on a copy of the data, allow to safely fetch multiple times the same values - Added three flags: FILTER_REQUIRE_ARRAY, FILTER_FORCE_ARRAY and FILTER_NULL_ON_FAILURE -- Fixed a bug in FILTER_CALLBACK when a non modified value is returned - Improve support of _SERVER/_ENV (apache1 only)