From b0d6d273490d28be6d1baa3ed8afb6e99556217d Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Wed, 27 Sep 2017 17:18:10 +0200 Subject: [PATCH] [ci skip] hash_hmac_algos() is new in PHP 7.2.0 --- UPGRADING | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UPGRADING b/UPGRADING index 2b38f5c2c31..d8d887f5698 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.