1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00

Add upgrading note for crypt change

[ci skip]
This commit is contained in:
Nikita Popov
2020-07-13 14:44:17 +02:00
parent 2d98f0cad2
commit 0cab3fa10e
+2
View File
@@ -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