filter-pecl

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

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.

Maintainer

  • Pierre Joye (lead )
  • Derick Rethans (lead )
  • Rasmus Lerdorf (lead )
  • Ilia Alshanetsky (lead )

Details

Downloads: 173564
0.9.4
18 years ago
Version 0.9.4 change log

- Reimplement php_filter_callback() as exception-safe and without memleaks
- Renamed all constants.
- Fixed PECL bug #6124: Crash on HTML tags when using FS_STRING