Commit:    886527de56ecdd412a80a2901b8a0e3b622f037c
Author:    Anthony Ferrara <ircmax...@ircmaxell.com>         Tue, 3 Jul 2012 
08:26:50 -0400
Parents:   6943f2ab7f729d26281f9358dba27890d07dd24d
Branches:  master

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

Log:
Update signature info for changing algo to an ordinal

Changed paths:
  M  ext/standard/password.c


Diff:
diff --git a/ext/standard/password.c b/ext/standard/password.c
index 6de8120..eb4abd2 100644
--- a/ext/standard/password.c
+++ b/ext/standard/password.c
@@ -211,7 +211,7 @@ PHP_FUNCTION(password_make_salt)
 }
 /* }}} */
 
-/* {{{ proto string password_hash(string password, string algo, array options 
= array())
+/* {{{ proto string password_hash(string password, int algo, array options = 
array())
 Hash a password */
 PHP_FUNCTION(password_hash)
 {


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

Reply via email to