summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2017-09-27 17:18:10 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2017-09-27 17:18:10 +0200
commitb0d6d273490d28be6d1baa3ed8afb6e99556217d (patch)
treedc038b6fca9f1cc336ddb9a7baf12f5249aa146b /UPGRADING
parent978c6c4e31227a89fea0627b6a7238f87bb3207c (diff)
downloadphp-git-b0d6d273490d28be6d1baa3ed8afb6e99556217d.tar.gz
[ci skip] hash_hmac_algos() is new in PHP 7.2.0
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
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.