[ci skip] hash_hmac_algos() is new in PHP 7.2.0

This commit is contained in:
Christoph M. Becker 2017-09-27 17:18:10 +02:00
parent 978c6c4e31
commit b0d6d27349

View File

@ -253,6 +253,9 @@ See also: https://wiki.php.net/rfc/deprecations_php_7_2
. Added imageresolution().
. Added imagecreatefrombmp() and imagebmp().
- Hash:
. Added hash_hmac_algos().
- Mbstring:
. Added mb_chr() and mb_ord().
. Added mb_scrub() that scrubs broken multibyte strings.