]> granicus.if.org Git - php/commitdiff
Update signature info for changing algo to an ordinal
authorAnthony Ferrara <ircmaxell@ircmaxell.com>
Tue, 3 Jul 2012 12:26:50 +0000 (08:26 -0400)
committerAnthony Ferrara <ircmaxell@ircmaxell.com>
Tue, 3 Jul 2012 12:26:50 +0000 (08:26 -0400)
ext/standard/password.c

index 6de812057f231c5d26324e1323f1954f7b94f9c9..eb4abd2722fdbe9464e359488c3cc2b299450284 100644 (file)
@@ -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)
 {