From 0709afc51e036b442482306fb26783c5ec1d8c59 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Thu, 20 Jun 2013 23:16:03 +0000 Subject: [PATCH] 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 --- appendices/migration55.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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