- env/server support is not yet fixed

This commit is contained in:
Pierre Joye 2006-10-05 20:15:02 +00:00
parent 373098b296
commit cbfd1c474b

View file

@ -31,7 +31,7 @@ of filters and mechanisms that users can use to safely access their input data.
<email>iliaa@php.net</email> <email>iliaa@php.net</email>
<active>yes</active> <active>yes</active>
</lead> </lead>
<date>2006-04-10</date> <date>2006-05-10</date>
<version> <version>
<release>0.11.0</release> <release>0.11.0</release>
<api>0.11.0</api> <api>0.11.0</api>
@ -42,7 +42,6 @@ of filters and mechanisms that users can use to safely access their input data.
</stability> </stability>
<license uri="http://www.php.net/license">PHP</license> <license uri="http://www.php.net/license">PHP</license>
<notes>- Attention, this release contains BC breaks, the API has been rewamped <notes>- Attention, this release contains BC breaks, the API has been rewamped
- Fixed ENV and SERVER support
- Fixed possible bug in all filtering functions, input value was modified - Fixed possible bug in all filtering functions, input value was modified
- Filters operate now on a copy of the data, allow to safely fetch multiple times the same values - Filters operate now on a copy of the data, allow to safely fetch multiple times the same values
- add two modes: FILTER_REQUIRE_ARRAY and FILTER_FORCE_ARRAY - add two modes: FILTER_REQUIRE_ARRAY and FILTER_FORCE_ARRAY