26 'binpostgresql' =>
'',
34$dlMoreTpl =
'<a href="' .
Util::getWebsiteUrl(
'module/%s',
'#releases' ) .
'" target="_blank" title="' .
$downloadTitle .
'"><span class="float-end" style="margin-left:.5rem;"><i class="fa-solid fa-cloud-arrow-down"></i></span></a>';
59catch ( Exception $e ) {
60 $result[
'binapache'] =
'An error occurred getting the summary of Apache. ' . $e->getMessage();
74 if (
$bearsamppBins->getFilezilla()->checkPort( $filezillaPort ) ) {
86catch ( Exception $e ) {
87 $result[
'binfilezilla'] =
'An error occurred getting the summary of Filezilla. ' . $e->getMessage();
107catch ( Exception $e ) {
108 $result[
'binmailhog'] =
'An error occurred getting the summary of Mailhog. ' . $e->getMessage();
128catch ( Exception $e ) {
129 $result[
'binmailpit'] =
'An error occurred getting the summary of Mailpit. ' . $e->getMessage();
149catch ( Exception $e ) {
150 $result[
'binxlight'] =
'An error occurred getting the summary of Xlight. ' . $e->getMessage();
170catch ( Exception $e ) {
171 $result[
'binmariadb'] =
'An error occurred getting the summary of MariaDB. ' . $e->getMessage();
191catch ( Exception $e ) {
192 $result[
'binmysql'] =
'An error occurred getting the summary of MySql. ' . $e->getMessage();
205 if (
$bearsamppBins->getPostgresql()->checkPort( $postgresqlPort ) ) {
212catch ( Exception $e ) {
213 $result[
'binpostgresql'] =
'An error occurred getting the summary of Postgresql. ' . $e->getMessage();
226 if (
$bearsamppBins->getMemcached()->checkPort( $memcachedPort ) ) {
233catch ( Exception $e ) {
234 $result[
'binmemcached'] =
'An error occurred getting the summary of Memchached. ' . $e->getMessage();
243 $nodejsLabel =
'bg-secondary';
245 $nodejsLabel =
'bg-success';
248 $result[
'binnodejs'] .=
'<span class = " float-end badge ' . $nodejsLabel .
'">' .
$bearsamppBins->getNodejs()->getVersion() .
'</span>';
250catch ( Exception $e ) {
251 $result[
'binnodejs'] =
'An error occurred getting the summary of NodeJS. ' . $e->getMessage();
260 $phpLabel =
'bg-secondary';
262 $phpLabel =
'bg-success';
265 $result[
'binphp'] .=
'<span class = " float-end badge ' . $phpLabel .
'">' .
$bearsamppBins->getPhp()->getVersion() .
'</span>';
267catch ( Exception $e ) {
268 $result[
'binphp'] =
'An error occurred getting the summary of PHP. ' . $e->getMessage();
static getWebsiteUrl($path='', $fragment='', $utmSource=true)