Bug #17097 ยป class.t3lib_db.diff
t3lib/class.t3lib_db.php (Arbeitskopie) | ||
---|---|---|
@ini_set('track_errors', 1);
|
||
@ini_set('html_errors', 0);
|
||
if(!function_exists('mysql_connect')) {
|
||
t3lib_BEfunc::typo3PrintError ('You don\'t seem to have MySQL-support for PHP installed!','Database Error');
|
||
exit;
|
||
}
|
||
// Check for client compression
|
||
$isLocalhost = ($TYPO3_db_host == 'localhost' || $TYPO3_db_host == '127.0.0.1');
|
||
if ($GLOBALS['TYPO3_CONF_VARS']['SYS']['no_pconnect']) {
|