CodeIgniter 3.1.6 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.6 Released (/showthread.php?tid=68991) |
CodeIgniter 3.1.6 Released - jlp - 09-25-2017 CodeIgniter 3.1.6 was released today, with some changes and some bug fixes. Changes: Updated the 'redis' and 'memcached' session drivers to reduce the potential for locking race conditions; deprecated the cache_apc driver. Bug fixes: Database, Image, Loader, profiler and Query Builder libraries. This is recommended for all users of version 3. Download v3.1.6 now, and we encourage you to read the changelog, and to check the directions for upgrading from a previous version. RE: CodeIgniter 3.1.6 Released - PaulD - 09-25-2017 Thank you again for all your efforts and hard work to keep our beloved CI rockin' and rollin'. Paul. RE: CodeIgniter 3.1.6 Released - spjonez - 09-25-2017 Thanks! Looking at the Redis changes, are they only for obtaining a lock and not related to releasing locks? RE: CodeIgniter 3.1.6 Released - Narf - 09-25-2017 (09-25-2017, 11:24 AM)spjonez Wrote: Thanks! Looking at the Redis changes, are they only for obtaining a lock and not related to releasing locks? https://github.com/bcit-ci/CodeIgniter/pull/5170 RE: CodeIgniter 3.1.6 Released - spjonez - 09-25-2017 (09-25-2017, 11:34 AM)Narf Wrote:(09-25-2017, 11:24 AM)spjonez Wrote: Thanks! Looking at the Redis changes, are they only for obtaining a lock and not related to releasing locks? Awesome!!! I'll remove some of the changes I made to work around this and do some tests! RE: CodeIgniter 3.1.6 Released - googlemy - 09-25-2017 Thanks you!! RE: CodeIgniter 3.1.6 Released - DuoS - 09-25-2017 Thanks for the new version! Thanks again for hard work. appretiate that. RE: CodeIgniter 3.1.6 Released - carlos valencia - 09-25-2017 Muchas gracias. RE: CodeIgniter 3.1.6 Released - vivekanandhan - 09-26-2017 Thanks for the new version !! Good Job CI Team.. RE: CodeIgniter 3.1.6 Released - InsiteFX - 09-26-2017 Thank you CodeIgniter Development Team and James. |