- changelog

This commit is contained in:
Pierre Joye 2006-05-14 01:58:51 +00:00
parent 3ac4fc8311
commit 29bf501644
2 changed files with 3 additions and 0 deletions

View file

@ -35,6 +35,7 @@ of filters and mechanisms that users can use to safely access their input data.
- Added input_get_args, fetches all input in one call (Pierre)
- 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)
- Added JIT support
</notes>
<filelist>

View file

@ -40,6 +40,8 @@ of filters and mechanisms that users can use to safely access their input data.
- Fixed Possible leak in internal sapi_filter (Pierre)
- Added input_get_args, fetches all input in one call (Pierre)
- 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)
- Added JIT support
</notes>
<contents>