From 0cab3fa10eb1a2d15a2c27fe879c1c0398b7245a Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 13 Jul 2020 14:44:17 +0200 Subject: [PATCH] Add upgrading note for crypt change [ci skip] --- UPGRADING | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.40.0