From 2927587d3f15ea62b6c373d3a711f9a9e6b8e718 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Fri, 23 Nov 2012 08:46:30 +0000 Subject: [PATCH] Link from the migration guide to the new password documentation. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328471 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration55.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appendices/migration55.xml b/appendices/migration55.xml index ab62014d6f..8ff889cd4f 100644 --- a/appendices/migration55.xml +++ b/appendices/migration55.xml @@ -295,10 +295,10 @@ 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. + 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.