1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00

- ENV/SERVER entry

This commit is contained in:
Pierre Joye
2006-10-04 13:39:09 +00:00
parent 5ce3a350e4
commit 5bfefaf37e

View File

@@ -42,6 +42,7 @@ of filters and mechanisms that users can use to safely access their input data.
</stability>
<license uri="http://www.php.net/license">PHP</license>
<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
- 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