Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-09-18 03:29:27 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-09-18 03:29:27 +0400
commitef2bad7abcac18b412ed5d0cd340b5691b22f58f (patch)
tree471116a26dd71c2a0208dddb94e6fc2931f73318 /config
parent7edcbcc262c3a43a7bcfc104670d50c8607b41fb (diff)
fixes #904 - MySQL error codes; unsupported adapters can map these to driver-specific SQLSTATE (see example)
fixes #980 - Piwik Installation support for "MySQL Improved" (mysqli) extension fixes #984 - Set client connection charset to utf8. Fixed tracker profiling data not recorded until after report generated. More refactoring and database abstraction: - Installation gets a list of adapters instead of hardcoding in the plugin - checking for database-specific system requirements deferred to the adapter - error detection moved to adapter but we still use MySQL error codes rather than defining new constants Note: unit tests don't run with MYSQLI -- Zend Framework's Mysqli adapater doesn't support prepare() yet
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index b6422e88da..b2d142d14c 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -97,6 +97,9 @@ minimum_php_version = 5.1.3
; MySQL minimum required version
minimum_mysql_version = 4.1
+; PostgreSQL minimum required version
+minimum_pgsql_version = 8.3
+
; Minimum adviced memory limit in php.ini file (see memory_limit value)
minimum_memory_limit = 128