Replies: 14 comments
-
Hi @vkdevhero, not sure for 3.1.10 but 3.1.13 is okay with php8.0 and php8.1 and then fail on php8.2 in my machine. |
Beta Was this translation helpful? Give feedback.
-
@jp26198926 |
Beta Was this translation helpful? Give feedback.
-
yes, im use currently with php 8.1 and its ok; |
Beta Was this translation helpful? Give feedback.
-
There seems to be a lot of MR about PHP 8.x compatibility� |
Beta Was this translation helpful? Give feedback.
-
redirect not working |
Beta Was this translation helpful? Give feedback.
-
in php 8.2.4 can't running and error |
Beta Was this translation helpful? Give feedback.
-
@vkdevhero and @mohsetiawanmodeong I currently have 3 projects running with php 8.1 and codeigniter 3.1.13 and it is working perfectly. It doesn't work with 8.2, just as codeigniter with versions prior to 3.1.13 doesn't work with php 8.1. Updating Codeigniter is very simple, you can see this documentation page. https://codeigniter.com/userguide3/installation/upgrading.html |
Beta Was this translation helpful? Give feedback.
-
Thanks for the advice,
So how to upgrade from ci 3.1.10 to 3.1.13 directly?
I'm using php 8.2.4, and ci 3.1.10 still error.
Thanks,
Wawan
…On Mon, Feb 19, 2024, 17:33 Mário Lucas ***@***.***> wrote:
@vkdevhero <https://github.com/vkdevhero> and @mohsetiawanmodeong
<https://github.com/mohsetiawanmodeong>
I currently have 3 projects running with php 8.1 and codeigniter 3.1.13
and it is working perfectly.
It doesn't work with 8.2, just as codeigniter with versions prior to
3.1.13 doesn't work with php 8.1.
Updating Codeigniter is very simple, you can see this documentation page.
https://codeigniter.com/userguide3/installation/upgrading.html
—
Reply to this email directly, view it on GitHub
<#6230 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM573WQGDA4TWNMCP36AK73YUME3ZAVCNFSM6AAAAAA2SLHFBWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJRHE2DAMZYGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
you have to follow the step by step of each version, 3.1.10 > 3.1.11 until you reach the most recent one. Another thing is that with php 8.2 codeigniter 3.1.13 does not work. Version 3.1.13 works well with php 8.1. |
Beta Was this translation helpful? Give feedback.
-
Ahh i c,
So, CI 3 not support again with php 8.2.4?
Thanks dude.
…On Mon, Feb 19, 2024, 17:51 Mário Lucas ***@***.***> wrote:
@mohsetiawanmodeong <https://github.com/mohsetiawanmodeong>
you have to follow the step by step of each version, 3.1.10 > 3.1.11 until
you reach the most recent one.
Another thing is that with php 8.2 codeigniter 3.1.13 does not work.
Version 3.1.13 works well with php 8.1.
—
Reply to this email directly, view it on GitHub
<#6230 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM573WXRJW66L3S2XHFVHXDYUMHAFAVCNFSM6AAAAAA2SLHFBWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJRHE3DSMRUGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
No, CI 3.1.13 does not work with PHP 8.2 at all. |
Beta Was this translation helpful? Give feedback.
-
oke thanks dude.
can you give me a tutorial for upgrade to PHP 8.2.4?
Pada Sel, 20 Feb 2024 pukul 09.00 kenjis ***@***.***> menulis:
… No, CI 3.1.13 does not work with PHP 8.2 at all.
You need to upgrade it by yourself.
—
Reply to this email directly, view it on GitHub
<#6230 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM573WULMFTL6TQXZDRIBIDYUPRQRAVCNFSM6AAAAAA2SLHFBWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJTGI4TCOJUG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
There are no tutorials available to upgrade CodeIgniter 3.1.13 for PHP 8.2. Also, at least there is one fork project for PHP 8.2: |
Beta Was this translation helpful? Give feedback.
-
It's worth noting that the breaking changes come from the fork being based on the "develop" branch of CI, not from any changes made as part of the fork. These are being reverted so that there are no breaking changes in CI 3.2. I don't think there should be any breaking changes for CI 3. CI 3 is the legacy version of CI, maintained only to keep old projects alive, so it makes sense to try not to break anything. |
Beta Was this translation helpful? Give feedback.
-
Hello all
I hope you are doing well.
I have one question regarding whether CodeIgniter version 3.1.10 is compatible with PHP 8.0 or 8.1?
If yes, Can you tell me what changes is needed to upgrade to PHP version 8.0 or 8.1?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions