Commit:    f909e058352aa2b725bc4cb2053c6e3ef8e98c14
Author:    Adam Harvey <ahar...@php.net>         Wed, 21 Nov 2012 09:25:05 +0800
Parents:   8f65c76d2e0e4b13c8419627b65c3c9688c4bbbd
Branches:  PHP-5.5

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=f909e058352aa2b725bc4cb2053c6e3ef8e98c14

Log:
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. :)

Changed paths:
  M  UPGRADING


Diff:
diff --git a/UPGRADING b/UPGRADING
index f7f88ac..18ab6bf 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()


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to