Skip to content

Commit 0cab3fa

Browse files
committed
Add upgrading note for crypt change
[ci skip]
1 parent 2d98f0c commit 0cab3fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,8 @@ PHP 8.0 UPGRADE NOTES
457457
. Removed deprecated DES fallback in crypt(). If an unknown salt format is
458458
passed to crypt(), the function will fail with *0 instead of falling back
459459
to a weak DES hash now.
460+
. Specifying out of range rounds for sha256/sha526 crypt() will now fail with
461+
*0 instead of clamping to the closest limit. This matches glibc behavior.
460462
. The result of sorting functions may have changed, if the array contains
461463
equal-comparing elements.
462464
. Sort comparison functions return true/false will now throw a deprecation

0 commit comments

Comments
 (0)