summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorAdam Harvey <aharvey@php.net>2012-11-21 09:25:05 +0800
committerAdam Harvey <aharvey@php.net>2012-11-21 09:26:32 +0800
commitf909e058352aa2b725bc4cb2053c6e3ef8e98c14 (patch)
treea055e24a530ce3ec5b084fd0056ae6846c6ff630 /UPGRADING
parent8f65c76d2e0e4b13c8419627b65c3c9688c4bbbd (diff)
downloadphp-git-f909e058352aa2b725bc4cb2053c6e3ef8e98c14.tar.gz
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. :)
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING4
1 files changed, 4 insertions, 0 deletions
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()