1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00

- this moved out, invalid format

This commit is contained in:
Pierre Joye
2006-09-01 00:39:31 +00:00
parent 08b433783c
commit 3dbdf4846e
-1
View File
@@ -44,7 +44,6 @@ of filters and mechanisms that users can use to safely access their input data.
- Fixed an issue with multiple calls using the same input type (Tony)
- Fixed leak in sapi filter (Tony, Ilia)
- Fixed magic_quotes_gpc from being applied when RAW filter is used (Ilia)
- Implemented PECL req #6641: negative values for hexadecimal and octal numbers are not supported.
- Added support for custom decimal separator (Pierre)
- Added support for php pcre expressions (Pierre)
- Added input_get_args, fetches all input in one call (Pierre)