diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-10-28 20:38:05 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-10-28 20:38:05 +0200 |
commit | 1c1aa79a516d5566c32216ddbb9530fbe26f20e6 (patch) | |
tree | cc73e6b068b2444101921018f4fcfb3d136f75cd | |
parent | 99bf28fef1a5bb0f89919d1e5e722c9eace6826a (diff) |
NEWS: Improve 3.0 instructions
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,9 +2,9 @@ This file lists major, incompatible or otherwise important changes, you should l 3.0.0 - - This version ensures PHP 7.2 support + - This version ensures PHP 7.2 support by updating the underlying framework - - INCOMPATIBLE: + - INCOMPATIBLE: You need to perform the following actions for this update: - Changes in application/config/database.php + Change "$active_record = TRUE" to "$query_builder = TRUE" + Change the pconnect setting to FALSE |