![]() |
PHP 7.4 / CI 4 / Deprecations - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: PHP 7.4 / CI 4 / Deprecations (/showthread.php?tid=74956) |
PHP 7.4 / CI 4 / Deprecations - RedskyThirty - 11-29-2019 Hello, I tried this morning to upgrade to PHP7.4 but I encounter some issues. I don't know why but sometimes "spark serve" disconnects suddenly. Also, it seems that some pieces of codes are deprecated (example in system/Entity.php, line 605: Array and string offset access syntax with curly braces is deprecated). Have you planed to support PHP 7.4 for the release? And any idea of the release date? RE: PHP 7.4 / CI 4 / Deprecations - MGatner - 11-29-2019 7.4 will definitely be supported, and I would assume on release. No release date specified - but not long! RE: PHP 7.4 / CI 4 / Deprecations - RedskyThirty - 11-29-2019 Perfect! Thanks a lot. |