. 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)
. 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().