From: Dmitry Stogov Date: Tue, 10 Jul 2007 07:57:15 +0000 (+0000) Subject: Fixed bug #41353 X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~277 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a84dbc7cb65166608df88b53649cf424c87fe781;p=php Fixed bug #41353 --- diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index eb32247ceb..7402efaca5 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -1559,7 +1559,7 @@ PHP_FUNCTION(openssl_pkcs12_read) BIO * bio_in = NULL; int i; - if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "szs", &zp12, &zout, &pass, &pass_len) == FAILURE) { + if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "szs", &zp12, &zp12_len, &zout, &pass, &pass_len) == FAILURE) { return; }