bcit-ci / CodeIgniter

Open Source PHP Framework (originally from EllisLab)
https://codeigniter.com/
MIT License
18.27k stars 7.6k forks source link

compatibility with php 8.2 #6194

Closed ceresaconsultoria closed 1 year ago

ceresaconsultoria commented 1 year ago

when will we have 100% compatibility with php 8?

svennd commented 1 year ago

CI3 is basically in "low" maintenance mode. So never, if you don't submit bugs & patches :+1: It works for 8.0 (end of security : nov '23) and 8.1 (nov '24). I noticed for 8.2 a bunch of errors but that's already a work in progress ;-)

gxgpet commented 1 year ago

This is more of a duplicate of #6188.

We are compatible with all PHP 8 versions, except PHP 8.2, released less than 2 months ago...

Did you find any issues other than those appearing on the latest issues/pull requests, here, on GitHub? If yes, please let us know about them.

CI3 is basically in "low" maintenance mode. So never, if you don't submit bugs & patches 👍 It works for 8.0 (end of security : nov '23) and 8.1 (nov '24). I noticed for 8.2 a bunch of errors but that's already a work in progress ;-)

I don't understand what's the purpose of this sharky comment... If you would have opened the latest issues/PRs here, you would know why we didn't release it yet.

I also find it strange how you managed to find specifically that issue, but not the PR itself that fixes the mentioned issues.

bhoupert commented 4 months ago

Hello,

Any update for CI 3.1 and PHP 8.2 compatibility ?