We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631983e commit 73f3a1cCopy full SHA for 73f3a1c
1 file changed
ext/standard/crypt.c
@@ -67,7 +67,7 @@ PHP_MSHUTDOWN_FUNCTION(crypt) /* {{{ */
67
}
68
/* }}} */
69
70
-PHPAPI zend_string *php_crypt(const char *password, size_t pass_len, const char *salt, int salt_len, bool quiet)
+PHPAPI zend_string *php_crypt(const char *password, size_t pass_len, const char *salt, size_t salt_len, bool quiet)
71
{
72
char *crypt_res;
73
zend_string *result;
0 commit comments