mirror of
https://github.com/php/php-src.git
synced 2025-01-26 05:34:32 +08:00
Fix arg info for required params passed to needs_rehash
This commit is contained in:
parent
44c2624f8c
commit
6fd5ba5c8d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user