Making an executive decision and moving the password API higher in the new

features page. It's important!


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330575 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2013-06-20 23:16:03 +00:00
parent dd15daff26
commit 0709afc51e

View file

@ -280,6 +280,17 @@ Single digit odd numbers: 1 3 5 7 9
</para>
</sect2>
<sect2 xml:id="migration55.new-features.password">
<title>New password hashing API</title>
<para>
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>
<sect2 xml:id="migration55.new-features.foreach-list">
<title><link linkend="control-structures.foreach"><literal>foreach</literal></link> now supports <function>list</function></title>
@ -398,17 +409,6 @@ String dereferencing: P
</para>
</sect2>
<sect2 xml:id="migration55.new-features.password">
<title>New password hashing API</title>
<para>
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>
<sect2 xml:id="migration55.new-features.opcache">
<title><link linkend="book.opcache">OPcache</link> extension added</title>