diff options
author | Florian Pritz <bluewind@xinu.at> | 2019-12-06 15:51:33 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2019-12-06 16:06:34 +0100 |
commit | 36e87973ad3690ded133f98751eaeeac4e57aad9 (patch) | |
tree | bee93ccb828fee9a0dd035c3b014e88e1f3ed051 /NEWS | |
parent | 642286d3eae62d4932d2c3bf6113b32cdc1917b0 (diff) |
Fix deprecated array access syntax with {}
This leads to a deprecation warning as of php 7.4.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ This file lists major, incompatible or otherwise important changes, you should look at it after every update. NEXT + - PHP 7.4 compatibility fixes 3.4.1 2019-09-27 - Update CodeIgniter to 3.1.11, |