From: Adam Harvey Date: Wed, 21 Nov 2012 01:25:05 +0000 (+0800) Subject: Add the new password functions to UPGRADING. X-Git-Tag: php-5.5.0alpha2~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f909e058352aa2b725bc4cb2053c6e3ef8e98c14;p=php Add the new password functions to UPGRADING. As a public service announcement on behalf of the documentation team, please remember to update UPGRADING as well as NEWS when adding features to master or an alpha branch. :) --- diff --git a/UPGRADING b/UPGRADING index f7f88ac7d9..18ab6bf22e 100755 --- a/UPGRADING +++ b/UPGRADING @@ -119,6 +119,10 @@ PHP 5.5 UPGRADE NOTES - Core: - boolval() + - password_get_info() + - password_hash() + - password_needs_rehash() + - password_verify() - Hash: - hash_pbkdf2()