]> granicus.if.org Git - php/commitdiff
Fix arg info for required params passed to needs_rehash
authorAnthony Ferrara <ircmaxell@gmail.com>
Mon, 17 Sep 2012 15:10:59 +0000 (11:10 -0400)
committerAnthony Ferrara <ircmaxell@gmail.com>
Mon, 17 Sep 2012 15:10:59 +0000 (11:10 -0400)
ext/standard/basic_functions.c

index cf2266c31dd8556bfc85a8d86577a9899fb07eca..a30579e14352a9ca2429eb011d5e2052778411ba 100644 (file)
@@ -1863,7 +1863,7 @@ ZEND_END_ARG_INFO()
 ZEND_BEGIN_ARG_INFO_EX(arginfo_password_get_info, 0, 0, 1)
        ZEND_ARG_INFO(0, hash)
 ZEND_END_ARG_INFO()
-ZEND_BEGIN_ARG_INFO_EX(arginfo_password_needs_rehash, 0, 0, 1)
+ZEND_BEGIN_ARG_INFO_EX(arginfo_password_needs_rehash, 0, 0, 2)
        ZEND_ARG_INFO(0, hash)
        ZEND_ARG_INFO(0, algo)
        ZEND_ARG_INFO(0, options)