]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
new config option: MYSQL_CHARSET
[tt-rss.git] / config.php-dist
index 5c6d3c1c54c9b47a709de5a9e7ab5b494dcef454..295a30d5b65026ed298a91925916bd94f9b53068 100644 (file)
        // 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).