Merge pull request #9239 from stof/patch-1
Fix support for running diagnose without opensslpull/9258/head
commit
23d42c6717
|
@ -172,7 +172,7 @@ EOT
|
|||
$io->write(sprintf('PHP binary path: <comment>%s</comment>', PHP_BINARY));
|
||||
}
|
||||
|
||||
$io->write(sprintf('OpenSSL version: <comment>%s</comment>', OPENSSL_VERSION_TEXT));
|
||||
$io->write('OpenSSL version: ' . (defined('OPENSSL_VERSION_TEXT') ? '<comment>'.OPENSSL_VERSION_TEXT.'</comment>' : '<error>missing</error>'));
|
||||
|
||||
return $this->exitCode;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue