filter 0.9.2

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).


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.

License: PHP

This package is not maintained anymore and has been superseded. Package has moved to channel http://www.php.net/filter package ext/filter.

Changes

- 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.