We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d98f0c commit 0cab3faCopy full SHA for 0cab3fa
UPGRADING
@@ -457,6 +457,8 @@ PHP 8.0 UPGRADE NOTES
457
. Removed deprecated DES fallback in crypt(). If an unknown salt format is
458
passed to crypt(), the function will fail with *0 instead of falling back
459
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.
462
. The result of sorting functions may have changed, if the array contains
463
equal-comparing elements.
464
. Sort comparison functions return true/false will now throw a deprecation
0 commit comments