From: Christoph M. Becker Date: Wed, 27 Sep 2017 15:18:10 +0000 (+0200) Subject: [ci skip] hash_hmac_algos() is new in PHP 7.2.0 X-Git-Tag: php-7.2.0RC4~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0d6d273490d28be6d1baa3ed8afb6e99556217d;p=php [ci skip] hash_hmac_algos() is new in PHP 7.2.0 --- diff --git a/UPGRADING b/UPGRADING index 2b38f5c2c3..d8d887f569 100644 --- a/UPGRADING +++ b/UPGRADING @@ -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.