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
This commit is contained in:
Adam Harvey 2015-01-08 19:26:09 +00:00
parent 39c8f09ae3
commit 20d255c120

View file

@ -177,12 +177,30 @@
</row>
</thead>
<tbody>
<row>
<entry>5.6.5</entry>
<entry>
When the failure string "*0" is given as the
<parameter>salt</parameter>, "*1" will now be returned for consistency
with other crypt implementations. Prior to this version, PHP 5.6 would
incorrectly return a DES hash.
</entry>
</row>
<row>
<entry>5.6.0</entry>
<entry>
Raise E_NOTICE security warning if <parameter>salt</parameter> is omitted.
</entry>
</row>
<row>
<entry>5.5.21</entry>
<entry>
When the failure string "*0" is given as the
<parameter>salt</parameter>, "*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.
</entry>
</row>
<row>
<entry>5.3.7</entry>
<entry>