mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
- changelog
This commit is contained in:
parent
3ac4fc8311
commit
29bf501644
2 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue