php-src/ext/filter
Nikita Popov aa733e8ac8 Deprecate filter.default
There's a subtlety here regarding filter.default_flags. The RFC
stated that no separate deprecation warning will be emitted for
it, on the premise that it is only meaningful if filter.default
is set. However, it turns out that even FILTER_UNSAFE_RAW (which
is the "no-op filter") can be combined with stripping flags.
However, this is compensated by the fact that this doesn't actually
work when setting filter.default=unsafe_raw and non-default
filter.default_flags -- the flags are simply ignored in that case.
So everything works out in the end.

Part of https://wiki.php.net/rfc/deprecations_php_8_1.
2021-07-12 09:33:08 +02:00
..
tests Deprecate filter.default 2021-07-12 09:33:08 +02:00
callback_filter.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
config.m4 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS Shoehorn myself into the credits. 2006-10-03 22:18:08 +00:00
filter_arginfo.h Improve class entry generation 2021-02-16 13:09:56 +01:00
filter_private.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
filter.c Deprecate filter.default 2021-07-12 09:33:08 +02:00
filter.stub.php Implicitly enable function entry generation when class entry generation is enabled 2021-02-09 13:37:24 +01:00
logical_filters.c Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
php_filter.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
sanitizing_filters.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00