php-src/ext/filter
Florian Berberich 07df6594b5 Added range options to the float validation filter
php_filter_int (called via the constant FILTER_VALIDATE_INT) has the options min_range
and max_range. they allow the user to not only test if a value is a double but also if
the value is inside a specific range. php_filter_float (called via the constant
FILTER_VALIDATE_FLOAT) didn't provide this yet, making validation of numeric but
not-only-int values more complicated for the user.
this commits implements the options min_range and max_range for the function
php_filter_float to fix this inconsistency.
2019-04-08 13:22:26 +02:00
..
tests Added range options to the float validation filter 2019-04-08 13:22:26 +02:00
callback_filter.c Remove function_table var from the caller 2019-03-11 10:00:39 +01:00
config.m4 Sync the changes to ext/filter with 7.4, now that it works. 2019-03-20 20:09:45 +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.c Remove local variables 2019-02-03 21:03:00 +01:00
filter_private.h Remove local variables 2019-02-03 21:03:00 +01:00
logical_filters.c Added range options to the float validation filter 2019-04-08 13:22:26 +02:00
php_filter.h Remove local variables 2019-02-03 21:03:00 +01:00
sanitizing_filters.c Remove local variables 2019-02-03 21:03:00 +01:00