]> granicus.if.org Git - php/commitdiff
[ci skip] hash_hmac_algos() is new in PHP 7.2.0
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 27 Sep 2017 15:18:10 +0000 (17:18 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 27 Sep 2017 15:18:10 +0000 (17:18 +0200)
UPGRADING

index 2b38f5c2c316576639c1cb4c15dea617b997f7e3..d8d887f569881d7efdccd38e4e3ba0793c27a5c6 100644 (file)
--- 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.