summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-06-24 12:55:37 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-06-24 12:57:04 +0200
commitd579b10c84d9f6c02a09ca5d2b1448af6dcadc92 (patch)
tree26bca7d649feb81316ac1f8a40bd6934df40ff9b /UPGRADING
parent8a8c8d4d6a273e991f4476418b952ea0db024bac (diff)
downloadphp-git-d579b10c84d9f6c02a09ca5d2b1448af6dcadc92.tar.gz
Remove deprecated DES fallback in crypt()
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index b18ff4afd6..165c133b70 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -437,6 +437,9 @@ PHP 8.0 UPGRADE NOTES
respect the inherited locale without an explicit setlocale() call. An
explicit setlocale() call is now always required if you wish to change any
locale component from the default.
+ . Remove 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.
- Sysvmsg:
. msg_get_queue() will now return an SysvMessageQueue object rather than a