From 20d255c120ad6efd6583636e259db5168cd7411b Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Thu, 8 Jan 2015 19:26:09 +0000 Subject: [PATCH] Added changelog notes for a BC break to undocumented crypt() behaviour. Nobody should be relying on this anyway, but since Horde apparently was... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335700 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/crypt.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/reference/strings/functions/crypt.xml b/reference/strings/functions/crypt.xml index 9253e708e5..0c5c8ebc1e 100644 --- a/reference/strings/functions/crypt.xml +++ b/reference/strings/functions/crypt.xml @@ -177,12 +177,30 @@ + + 5.6.5 + + When the failure string "*0" is given as the + salt, "*1" will now be returned for consistency + with other crypt implementations. Prior to this version, PHP 5.6 would + incorrectly return a DES hash. + + 5.6.0 Raise E_NOTICE security warning if salt is omitted. + + 5.5.21 + + When the failure string "*0" is given as the + salt, "*1" will now be returned for consistency + with other crypt implementations. Prior to this version, PHP 5.5 (and + earlier branches) would incorrectly return a DES hash. + + 5.3.7