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