Add sections for the new password API.

Forgot mostly because it wasn't in UPGRADING. Sorry! Will have to add some
function stubs before the manual build on Friday.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328438 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2012-11-21 02:07:32 +00:00
parent d096079ebb
commit 5a479993c3

View file

@ -291,6 +291,17 @@ String dereferencing: P
</para>
</sect2>
<sect2 xml:id="migration55.new-features.password">
<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.
</para>
</sect2>
<sect2 xml:id="migration55.new-features.windows-apache">
<title>Apache 2.4 handler supported on Windows</title>
@ -477,6 +488,26 @@ String dereferencing: P
<function>boolval</function>
</simpara>
</listitem>
<listitem>
<simpara>
<function>password_get_info</function>
</simpara>
</listitem>
<listitem>
<simpara>
<function>password_hash</function>
</simpara>
</listitem>
<listitem>
<simpara>
<function>password_needs_rehash</function>
</simpara>
</listitem>
<listitem>
<simpara>
<function>password_verify</function>
</simpara>
</listitem>
</itemizedlist>
</sect2>