1
0
Fork 0

Add openssl version to diagnose command, refs #8506

pull/8538/head
Jordi Boggiano 2020-01-14 09:36:53 +01:00
parent a902279a5b
commit 6c795dedc0
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}