CodeIgniter Forums
CodeIgniter 3.1.12 released - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: News & Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=2)
+--- Thread: CodeIgniter 3.1.12 released (/showthread.php?tid=81437)



CodeIgniter 3.1.12 released - kilishan - 03-02-2022

Thanks to Narf, CodeIgniter 3.1.12 was released today. This Fixed a possible session fixation vulnerability where session.use_strict_mode wasn’t enforced on PHP 7+, as well as a number of other smaller changes and bug-fixes.

See full details in the change log.


RE: CodeIgniter 3.1.12 released - InsiteFX - 03-03-2022

Thank you @kilishan and @Narf


RE: CodeIgniter 3.1.12 released - manager - 03-03-2022

Good news - big thanks


RE: CodeIgniter 3.1.12 released - ahammar - 03-03-2022

Thank you, note that CI 3 documentation is returning 404


RE: CodeIgniter 3.1.12 released - kenjis - 03-03-2022

(03-03-2022, 03:29 AM)ahammar Wrote: note that CI 3 documentation is returning 404

And the Zip file does not contain the user guide now...


RE: CodeIgniter 3.1.12 released - kilishan - 03-03-2022

The online user guide has been fixed - along with another quick update to fix something that broke for PHP5 versions.

Also, I should have highlighted this in the original announcement, but this does bring support for PHP 8.0 and 8.1 to CodeIgniter 3, which is huge.

(03-03-2022, 04:35 AM)kenjis Wrote: And the Zip file does not contain the user guide now...

Yeah, I'm not sure exactly why that is but we are aware. You can still get it by checking out the tag, though:

PHP Code:
git checkout 3.1.13 



RE: CodeIgniter 3.1.12 released - includebeer - 03-04-2022

Thank you very much @kilishan and @Narf for all of the poor souls having to maintain legacy app! Wink


RE: CodeIgniter 3.1.12 released - chronic - 03-05-2022

Thank you very much, always appreciated this update.


RE: CodeIgniter 3.1.12 released - shuwar - 04-26-2022

Good news! Thanks to all participants!


RE: CodeIgniter 3.1.12 released - Family Sports - 02-18-2023

Exciting news! Narf has just released an update for CodeIgniter, called CodeIgniter 3.1.12. This update is really important because it fixes a possible security issue where an attacker could take control of your website's sessions. This is because a security feature called session.use_strict_mode wasn't working properly with newer versions of PHP. The update also includes a bunch of smaller changes and fixes for bugs that should make the platform work better.

If you use CodeIgniter, it's recommended that you update to this latest version as soon as possible. This will help to keep your website secure and running smoothly. Thanks to Narf for their hard work in making this update possible and helping to keep developers safe online!