mirror of
https://github.com/php/php-src.git
synced 2025-01-24 20:53:37 +08:00
- fix test 025
This commit is contained in:
parent
5261861d77
commit
7deec592fd
@ -3543,14 +3543,13 @@ PHP_FUNCTION(openssl_pkcs7_sign)
|
||||
char * outfilename; int outfilename_len;
|
||||
char * extracertsfilename = NULL; int extracertsfilename_len;
|
||||
|
||||
RETVAL_FALSE;
|
||||
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ssZZa!|ls",
|
||||
&infilename, &infilename_len, &outfilename, &outfilename_len,
|
||||
&zcert, &zprivkey, &zheaders, &flags, &extracertsfilename,
|
||||
&extracertsfilename_len) == FAILURE) {
|
||||
return;
|
||||
}
|
||||
RETVAL_FALSE;
|
||||
|
||||
if (strlen(infilename) != infilename_len) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user