]> granicus.if.org Git - php/commitdiff
Add upgrading note for crypt change
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 13 Jul 2020 12:44:17 +0000 (14:44 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 13 Jul 2020 12:44:17 +0000 (14:44 +0200)
[ci skip]

UPGRADING

index ddd96d16672f5ccde9ce3d0120d1763f87457603..06339925dbca138500ca779143682aafbd5da88d 100644 (file)
--- 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