mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 02:06:32 +02:00
Ok, story real database server info, as well as caching it
Store it on installation too - allows us to check the db version used on installation and used currently to warn the user about incompatibilities git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8814 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -65,6 +65,11 @@ class dbal
|
||||
var $any_char;
|
||||
var $one_char;
|
||||
|
||||
/**
|
||||
* Exact version of the DBAL, directly queried
|
||||
*/
|
||||
var $sql_server_version = false;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*/
|
||||
|
Reference in New Issue
Block a user