Skip to content

Commit

Permalink
Update signature info for changing algo to an ordinal
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Ferrara committed Jul 3, 2012
1 parent 6943f2a commit 886527d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/standard/password.c
Expand Up @@ -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)
{
Expand Down

0 comments on commit 886527d

Please sign in to comment.