CodeIgniter Forums
Does CI 3 support PHP 8.x ? - 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: Does CI 3 support PHP 8.x ? (/showthread.php?tid=78573)



Does CI 3 support PHP 8.x ? - Jaylaxmi - 02-09-2021

Does CI 3 support PHP 8.x ?


RE: Does CI 3 support PHP 8.x ? - php_rocs - 02-09-2021

@Jaylaxmi,

Answer to your question... https://forum.codeigniter.com/thread-78091.html


RE: Does CI 3 support PHP 8.x ? - Project Linde37 - 10-03-2021

Not on my dev server
Code:
A PHP Error was encountered
Severity: 8192
Message: Required parameter $msg follows optional parameter $level
Filename: libraries/Log.php
Line Number: 72
This error is on 2 files in CI3


RE: Does CI 3 support PHP 8.x ? - InsiteFX - 10-04-2021

Optional parameters are suppost to be the last in the list of parameters, swap them around.