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:
@@ -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)
|
||||
|
||||
@@ -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().
|
||||
|
||||
Reference in New Issue
Block a user