php-src/ext/filter
Derick Rethans 9000038bd2 - Changed variable handling code so that filter flags work for the unsafe_raw
filter.
- Added better support for \0 characters.
- Added utility function to HTML encode low/high characters.
- Added support for encode low/high flags to the string and special_chars
  filter.
- Added support for strip and encoding flags to the unsafe_raw filter.
2005-09-22 14:32:28 +00:00
..
tests Filter skeleton code. No actual filters yet. 2005-02-23 22:41:43 +00:00
callback_filter.c - Updated the framework, cleaned up some code. 2005-09-06 18:46:37 +00:00
config.m4 - Updated the framework, cleaned up some code. 2005-09-06 18:46:37 +00:00
CREDITS - Updated the framework, cleaned up some code. 2005-09-06 18:46:37 +00:00
filter_private.h - Removed ALLOW_SIGN filter flag, as this will always be allowed. 2005-09-22 10:06:57 +00:00
filter.c - Changed variable handling code so that filter flags work for the unsafe_raw 2005-09-22 14:32:28 +00:00
php_filter.h - Moved constants to private .h file 2005-09-20 15:01:42 +00:00
README Filter skeleton code. No actual filters yet. 2005-02-23 22:41:43 +00:00
sanitizing_filters.c - Changed variable handling code so that filter flags work for the unsafe_raw 2005-09-22 14:32:28 +00:00

This doesn't work yet.  There are no actual filters as of yet, just the
framework code to call the filters and store the original data.