php-src/ext/filter
Yifan Tong 3587e13ab3
Fix FILTER_FLAG_NO_RES_RANGE flag
`2001:10::/28` is a reserved IPv6 range. But there's a typo in GH-7476,
which caused IPv6 address like `240b:0010::1` will be filtered by the
flag `FILTER_FLAG_NO_RES_RANGE`.

http://www.faqs.org/rfcs/rfc6890.html

Closes GH-7790.
2021-12-19 16:24:34 +01:00
..
tests Fix FILTER_FLAG_NO_RES_RANGE flag 2021-12-19 16:24:34 +01:00
callback_filter.c Promote warnings to exceptions in ext/filter 2020-08-24 17:34:32 +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
filter_arginfo.h Rename a few parameters in ext/filter 2020-09-29 11:04:09 +02:00
filter_private.h Promote warnings to exceptions in ext/filter 2020-08-24 17:34:32 +02:00
filter.c Declare array|int and object-of-class|int types in stubs 2020-09-14 11:59:32 +02:00
filter.stub.php Rename a few parameters in ext/filter 2020-09-29 11:04:09 +02:00
logical_filters.c Fix FILTER_FLAG_NO_RES_RANGE flag 2021-12-19 16:24:34 +01:00
php_filter.h Generate functions entries from stubs for another set of extensions 2020-04-05 00:59:44 +02:00
sanitizing_filters.c Merge branch 'PHP-7.4' 2020-06-04 13:40:16 +02:00