Commit:    9aacdf6e892fe46526e1e60a3b3fea1b1c350699
Author:    Anthony Ferrara <ircmax...@gmail.com>         Tue, 16 Oct 2012 
04:11:37 -0400
Parents:   ccf749e38d1c05ab50d30781b47e55786d571585 
0bc9ca39ced4128c3b9fb1ba2ac797d342e7eef2
Branches:  master

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

Log:
Merging in Password Hashing API into master

This implements the accepted RFC password_hash 
https://wiki.php.net/rfc/password_hash

Changed paths:
  MM  NEWS


Diff:
diff --cc NEWS
index 41ab1bb,08045fc..2ad1fa7
--- a/NEWS
+++ b/NEWS
@@@ -3,8 -3,8 +3,10 @@@ PH
  ?? ??? 201?, PHP 5.5.0
  
  - General improvements:
+   . Add simplified password hashing API 
+     (https://wiki.php.net/rfc/password_hash). (Anthony Ferrara)
 +  . Add generators and coroutines (https://wiki.php.net/rfc/generators).
 +    (Nikita Popov)
    . Support list in foreach (https://wiki.php.net/rfc/foreachlist). (Laruence)
    . Implemented 'finally' keyword (https://wiki.php.net/rfc/finally). 
(Laruence)
    . Drop Windows XP and 2003 support. (Pierre)


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

Reply via email to