CodeIgniter 4.2.1 |
A quick announcement: version 4.2.1 just dropped! This is the first of our renewed effort and splitting bug fixes from enhancements and getting the patches out more frequently. Lots of good fixes in there - check out the changelog (https://github.com/codeigniter4/CodeIgni...ANGELOG.md) and always visit the Upgrade Guide for more info (https://codeigniter4.github.io/CodeIgnit...ading.html)!
in version 4.2.1 it is no longer compatible with sqlserver since in version 4.1.9 I connect normally I get a tcp error when connecting
Thank you very much the CodeIgniter Development Team.
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
Itching to get to 4.2.x but alas, too many things to fix in my current 4.1.x projects to dare taking the leap... :-(
Anyway - great work Team! Related to the upgrade? The Docs link from the https://codeigniter.com/ page doesn't work - https://codeigniter.com/user_guide/index.html (06-16-2022, 06:31 PM)dase230 Wrote: in version 4.2.1 it is no longer compatible with sqlserver since in version 4.1.9 I connect normally I get a tcp error when connecting In my development environment, based on docker, using the images
i don't see any problems These are the configurations I use: MySql PHP Code: database.default.hostname = <db_hostname> Postgres PHP Code: database.default.hostname = <db_hostname> MSSQL PHP Code: database.default.hostname = <db_hostname> Oracle PHP Code: database.default.hostname = <db_hostname> Codeigniter 4 - Docker Image [github] [docker hub]
|
Welcome Guest, Not a member yet? Register Sign In |