summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-07-13 14:44:17 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-07-13 14:44:17 +0200
commit0cab3fa10eb1a2d15a2c27fe879c1c0398b7245a (patch)
tree7513f3d65295e2f4a7e88b93df5801cf42b79c40 /UPGRADING
parent2d98f0cad266c6320e1800f2c6e81847deda51c4 (diff)
downloadphp-git-0cab3fa10eb1a2d15a2c27fe879c1c0398b7245a.tar.gz
Add upgrading note for crypt change
[ci skip]
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index ddd96d1667..06339925db 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -457,6 +457,8 @@ PHP 8.0 UPGRADE NOTES
. Removed deprecated DES fallback in crypt(). If an unknown salt format is
passed to crypt(), the function will fail with *0 instead of falling back
to a weak DES hash now.
+ . Specifying out of range rounds for sha256/sha526 crypt() will now fail with
+ *0 instead of clamping to the closest limit. This matches glibc behavior.
. The result of sorting functions may have changed, if the array contains
equal-comparing elements.
. Sort comparison functions return true/false will now throw a deprecation