From 6d101df7dc3dc6f5542ccb11d626dcacbd148de6 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 28 Nov 2005 18:38:49 +0000 Subject: - some SQL:2003 changes (basicly joins, mysql5 is sql:2003 compliant in strict mode now) - postgresql not supporting this standard. :/ - acp changes git-svn-id: file:///svn/phpbb/trunk@5313 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/install.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/install') diff --git a/phpBB/install/install.php b/phpBB/install/install.php index 5d1496036a..f6be615775 100644 --- a/phpBB/install/install.php +++ b/phpBB/install/install.php @@ -94,14 +94,14 @@ $available_dbms = array( 'COMMENTS' => 'remove_remarks' ), 'mysqli' => array( - 'LABEL' => 'MySQL 4.1.x (MySQLi)', + 'LABEL' => 'MySQL 4.1.x/5.x (MySQLi)', 'SCHEMA' => 'mysql', - 'MODULE' => 'mysqli', + 'MODULE' => 'mysqli', 'DELIM' => ';', 'COMMENTS' => 'remove_remarks' ), 'mysql4' => array( - 'LABEL' => 'MySQL 4', + 'LABEL' => 'MySQL 4.x/5.x', 'SCHEMA' => 'mysql', 'MODULE' => 'mysql', 'DELIM' => ';', -- cgit v1.2.1