Project

General

Profile

Bug #21157 ยป 12085.diff

Administrator Admin, 2009-09-30 17:02

View differences:

typo3/sysext/reports/reports/status/class.tx_reports_reports_status_configurationstatus.php (Arbeitskopie)
list($host, $port) = explode(':', $testServer, 2);
} else {
$host = $testServer;
$port = $defaultPort;
$port = $defaultMemcachedPort;
}
}
$memcachedConnection = @memcache_connect($host, $port);
    (1-1/1)