Top Level :: Tools and Utilitiesfilter 0.11.0
This package is not maintained anymore and has been superseded. Package has moved to channel http://www.php.net/filter, package ext/filter.
| Package Information |
| Summary |
Extension for safely dealing with input parameters.
Note: This extension is now part of PHP Core, so use it instead of this outdated PECL version (as of PHP 5.2.0). |
| Maintainers |
Derick Rethans <derick@php.net> (lead) [wishlist] [details] Rasmus Lerdorf <rasmus@php.net> (lead) [details] Pierre Joye (lead) [wishlist] [details] Ilia Alshanetsky <ilia@php.net> (lead) [details]
|
| License |
PHP |
| Description |
The Input Filter extension is meant to address this issue by implementing a set
of filters and mechanisms that users can use to safely access their input data. |
Release notes Version 0.11.0 (beta) |
* Attention, this release contains BC breaks, the API has been rewamped *
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
- Improve support of _SERVER/_ENV (apache1 only) |
|
| Dependencies for release 0.11.0 |
|
PEAR Package: PEAR 1.4.0b1 or newer PHP Version: PHP 5.0.0 or newer
|
|
|