Link from the migration guide to the new password documentation.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328471 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2012-11-23 08:46:30 +00:00
parent 12019a89a3
commit 2927587d3f

View file

@ -295,10 +295,10 @@ String dereferencing: P
<title>New password hashing API</title>
<para>
A new password hashing API that makes it easier to securely hash and
manage passwords using the same underlying library as
<function>crypt</function> in PHP has been added. See the documentation
for <function>password_hash</function> for more detail.
A <link linkend="book.password">new password hashing API</link> that makes
it easier to securely hash and manage passwords using the same underlying
library as <function>crypt</function> in PHP has been added. See the
documentation for <function>password_hash</function> for more detail.
</para>
</sect2>