summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-10-28 20:36:59 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-10-28 20:36:59 +0200
commit99bf28fef1a5bb0f89919d1e5e722c9eace6826a (patch)
tree068e0425b000858a7820b0aeb53b0c5eb865b748 /NEWS
parent9a17c141f8acee118200fe70a6ae831e5bb4b002 (diff)
mysql: Enable full UTF8 support
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1b50055e7..fe86bcda5 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ 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 settign to "utf8mb4"
+ + Change the dbcollat setting to "utf8mb4_bin"
+ + Change the stricton setting to TRUE
- Changes in application/config/config-local.php
+ Set base_url to your domain and installation directory
(if used). Example: $config['base_url'] = "https://paste.xinu.at/"