1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 15:38:49 +02:00

Update NEWS and UPGRADING for openssl_pkey_derive

This commit is contained in:
Jakub Zelenka
2018-05-09 19:56:34 +01:00
parent a76633444c
commit 1f474272e5
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ PHP NEWS
. Removed support for Birdstep. (Kalle)
- OpenSSL:
. Fixed bug #75307 (Wrong reflection for openssl_open function). (villfa)
. Added openssl_pkey_derive function. (Jim Zubov)
- PCRE:
. Implemented https://wiki.php.net/rfc/pcre2-migration (Anatol, Dmitry)
+4
View File
@@ -149,6 +149,10 @@ Intl:
. Added Normalizer::getRawDecomposition() and normalizer_get_raw_decomposition(),
to retrieve the Decomposition_Mapping property of a character.
OpenSSL:
. Added openssl_pkey_derive that derives a shared secret for DH, ECDH and
possibly other future algorithms supported by EVP_PKEY_derive.
Standard:
. Added is_countable() function, to check whether a value may be passed to
count().