1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00

- update changelog

This commit is contained in:
Pierre Joye
2006-07-20 13:08:36 +00:00
parent 70a89d9605
commit 7544adc52d

View File

@@ -37,7 +37,7 @@ of filters and mechanisms that users can use to safely access their input data.
- Added FILTER_FLAG_SCALAR and FILTER_FLAG_ARRAY , allows or not array values (Pierre)
- Basic IPv6 (no option yet, only the syntax is verified) (Pierre)
- Add support for custom decimal separator (Pierre)
- INT and Float filters trim the values before the validations (spaces only) (Pierre)
- Integer, boolean and float filters trim the values before the validations (spaces only) (Pierre)
- input_get and input_get_args returns now FALSE when the validation failed
and NULL when the variable has not been found (Pierre)
- Added JIT support