summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-21 11:47:25 +0100
committerAndrew Dolgov <[email protected]>2007-08-21 11:47:25 +0100
commitbddc9788ef5c572818b19a8bfa369dc464f5482b (patch)
tree67e2996486dd6e1e75d326ced6a1fbf2f0c06edd /config.php-dist
parent319f05733b76bf1f0932761e1ac53512f7091bc9 (diff)
new config option: MYSQL_CHARSET
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 5c6d3c1c5..295a30d5b 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -146,7 +146,11 @@
// Enable experimental support for interface translations
// based on PHP-Gettext. This is of no much use right now.
- define('CONFIG_VERSION', 7);
+ define('MYSQL_CHARSET', '');
+ // Connection charset for MySQL. Only enable if having charset-related
+ // errors with MySQL (mangled characters, errors when updating feeds, etc).
+
+ define('CONFIG_VERSION', 8);
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).