mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Update UPGRADING with info about AEAD changes in openssl_(en|de)crypt
This commit is contained in:
parent
0ebdf3625e
commit
02cecc0fb5
1 changed files with 2 additions and 0 deletions
|
@ -206,6 +206,8 @@ PHP 7.1 UPGRADE NOTES
|
|||
disables escaping of U+2028 and U+2029 characters when
|
||||
JSON_UNESCAPED_UNICODE is supplied.
|
||||
- long2ip() accepts integer as parameter now
|
||||
- openssl_encrypt and openssl_decrypt have extra parameters for handling
|
||||
authenticated encryption (tag, aad, tag_length) and decryption (tag, aad).
|
||||
- pg_last_notice() accepts optional long parameter to specify operation.
|
||||
PGSQL_NOTICE_LAST - Get last notice (Default)
|
||||
PGSQL_NOTICE_ALL - Get all stored notices
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue