diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/pecl-crack/files/patch-modern-api | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pecl-crack/files/patch-modern-api b/security/pecl-crack/files/patch-modern-api index 978b917c50aa..7c7acbd2d8b2 100644 --- a/security/pecl-crack/files/patch-modern-api +++ b/security/pecl-crack/files/patch-modern-api @@ -141,7 +141,7 @@ + dictionary = NULL; + break; + case 4: -+ id = zend_parse_parameters(3 TSRMLS_CC, "sssr", ++ id = zend_parse_parameters(4 TSRMLS_CC, "sssr", + &password, &password_len, + &username, &username_len, + &gecos, &gecos_len, |