![]() |
TYPO3
7.6
|
Public Member Functions | |
getStatus () | |
Protected Member Functions | |
checkInvalidSqlModes () | |
checkMysqlVersion () | |
getIncompatibleSqlModes () | |
isDbalEnabled () | |
Protected Attributes | |
$incompatibleSqlModes | |
Check database configuration status
This class is a hardcoded requirement check for the database server.
The status messages and title must not include HTML, use plain text only. The return values of this class are not bound to HTML and can be used in different scopes (eg. as json array).
Definition at line 29 of file DatabaseCheck.php.
|
protected |
Check if any SQL mode is set which is not compatible with TYPO3
Definition at line 63 of file DatabaseCheck.php.
References DatabaseCheck\getIncompatibleSqlModes().
Referenced by DatabaseCheck\getStatus().
|
protected |
Check minimum MySQL version
Definition at line 89 of file DatabaseCheck.php.
Referenced by DatabaseCheck\getStatus().
|
protected |
Returns an array with the current sql mode settings
Definition at line 120 of file DatabaseCheck.php.
Referenced by DatabaseCheck\checkInvalidSqlModes().
getStatus | ( | ) |
Get all status information as array with status objects
Definition at line 47 of file DatabaseCheck.php.
References DatabaseCheck\checkInvalidSqlModes(), DatabaseCheck\checkMysqlVersion(), and DatabaseCheck\isDbalEnabled().
|
protected |
Checks if DBAL is enabled for the database connection
Definition at line 162 of file DatabaseCheck.php.
Referenced by DatabaseCheck\getStatus().
|
protected |
Definition at line 36 of file DatabaseCheck.php.