diff --git a/appendices/migration55.xml b/appendices/migration55.xml index 16e77fba6c..6fd7c0d0a6 100644 --- a/appendices/migration55.xml +++ b/appendices/migration55.xml @@ -280,6 +280,17 @@ Single digit odd numbers: 1 3 5 7 9 + + New password hashing API + + + A new password hashing API that makes + it easier to securely hash and manage passwords using the same underlying + library as crypt in PHP has been added. See the + documentation for password_hash for more detail. + + + <link linkend="control-structures.foreach"><literal>foreach</literal></link> now supports <function>list</function> @@ -398,17 +409,6 @@ String dereferencing: P - - New password hashing API - - - A new password hashing API that makes - it easier to securely hash and manage passwords using the same underlying - library as crypt in PHP has been added. See the - documentation for password_hash for more detail. - - - <link linkend="book.opcache">OPcache</link> extension added