Add openssl version to diagnose command, refs #8506
parent
a902279a5b
commit
6c795dedc0
|
@ -172,6 +172,8 @@ EOT
|
|||
$io->write(sprintf('PHP binary path: <comment>%s</comment>', PHP_BINARY));
|
||||
}
|
||||
|
||||
$io->write(sprintf('OpenSSL version: <comment>%s</comment>', OPENSSL_VERSION_TEXT));
|
||||
|
||||
return $this->exitCode;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue