From 886527de56ecdd412a80a2901b8a0e3b622f037c Mon Sep 17 00:00:00 2001 From: Anthony Ferrara Date: Tue, 3 Jul 2012 08:26:50 -0400 Subject: [PATCH] Update signature info for changing algo to an ordinal --- ext/standard/password.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/password.c b/ext/standard/password.c index 6de812057f231..eb4abd2722fdb 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) {