Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter 3.1.12 released
#1

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.
Reply
#2

Thank you @kilishan and @Narf
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

Good news - big thanks
Reply
#4

Thank you, note that CI 3 documentation is returning 404
Reply
#5

(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...
Reply
#6

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 
Reply
#7

Thank you very much @kilishan and @Narf for all of the poor souls having to maintain legacy app! Wink
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply
#8
Thumbs Up 

Thank you very much, always appreciated this update.
Reply
#9

Good news! Thanks to all participants!
Reply
#10

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!
Reply




Theme © iAndrew 2016 - Forum software by © MyBB