mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
12019a89a3
commit
2927587d3f
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue