diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -8,9 +8,10 @@ This file lists major, incompatible or otherwise important changes, you should l - Changes in application/config/database.php + Change "$active_record = TRUE" to "$query_builder = TRUE" + Change the pconnect setting to FALSE - + Change the char_set setting to "utf8mb4" - + Change the dbcollat setting to "utf8mb4_bin" + Change the stricton setting to TRUE + + If you use mysql: (NOT for postgres installations) + MYSQL Change the char_set setting to "utf8mb4" + MYSQL Change the dbcollat setting to "utf8mb4_bin" - Changes in application/config/config-local.php + Set base_url to your domain and, if used, installation directory. Example: $config['base_url'] = "https://paste.xinu.at/" |