From: Nikita Popov Date: Mon, 13 Jul 2020 12:44:17 +0000 (+0200) Subject: Add upgrading note for crypt change X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0cab3fa10eb1a2d15a2c27fe879c1c0398b7245a;p=php Add upgrading note for crypt change [ci skip] --- 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