mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
- use php/pcre in email
- return code can be 0
This commit is contained in:
parent
92af67b79b
commit
ae1165e478
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ of filters and mechanisms that users can use to safely access their input data.
|
|||
- Fixed PECL bug #6639: uppercase hexadecimal digits are not supported
|
||||
- Implemented PECL req #6641: negative values for hexadecimal and octal numbers are not supported.
|
||||
- Added support for php pcre expressions (Pierre)
|
||||
- Fixed Possible leak in internal sapi_filter (Pierre)
|
||||
- Fixed invalid error in pcre related validation (Pierre)
|
||||
- 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue