Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: ETA on CI3 PHP8.2 support?
Post: RE: ETA on CI3 PHP8.2 support?

kenjis Wrote: (02-12-2024, 05:15 PM) -- There seems to be some incompatibilities in pocketarc/codeigniter. Backward compatibility between BCIT/CI 3.1.13 and Pocketarc/CI 3.2.0 · Issue #3 · pocketa...
6,243 Views
26 Replies
02-13-2024, 11:43 AM
CINewb
    Thread: ETA on CI3 PHP8.2 support?
Post: RE: ETA on CI3 PHP8.2 support?

kenjis Wrote: (02-10-2024, 01:27 PM) -- It seems that there are some people who are forking privately, so I think there is a way to cooperate with them. There is also at least one person who is pu...
6,243 Views
26 Replies
02-10-2024, 04:27 PM
CINewb
    Thread: ETA on CI3 PHP8.2 support?
Post: RE: ETA on CI3 PHP8.2 support?

colinh Wrote: (01-20-2024, 06:26 AM) -- I have just migrated a large application on CI3 to php 8.2. The work was quite small, mostly just inserting a few #[AllowDynamicProperties]. This should last...
6,243 Views
26 Replies
02-10-2024, 02:56 AM
CINewb
    Thread: Cannot declare class Attribute, because the name is already in use
Post: Cannot declare class Attribute, because the name i...

I have a controlled called Attribute. It worked fine under PHP 7.4 and PHP 8.0 but on PHP 8.1 I get: "Cannot declare class Attribute, because the name is already in use" I searched my project and c...
1,265 Views
2 Replies
11-05-2022, 03:27 PM
CINewb
    Thread: Will CI 3.x work properly with PHP 8.x?
Post: RE: Will CI 3.x work properly with PHP 8.x?

@"wdeda" you don't seem to be asking a question, and what you posted isn't relevant to CI3 and PHP8.  Perhaps you posted in the wrong thread?
7,687 Views
5 Replies
06-02-2021, 02:30 AM
CINewb
    Thread: Will CI 3.x work properly with PHP 8.x?
Post: RE: Will CI 3.x work properly with PHP 8.x?

dkwhisler Wrote: (04-28-2021, 04:58 AM) -- All of our webapps are using CI 3.1.11 with PHP 7.3.x.   To get ready for the upgrade to PHP 8.x on our webservers, I am trying to determine if the current ...
7,687 Views
5 Replies
05-05-2021, 02:42 PM
CINewb
    Thread: Support SameSite cookie
Post: RE: Support SameSite cookie

Further to my comment above, I've since ditched the idea of extending the session class and have instead added the samesite cookie attribute to my core system file.  I know this is terrible practice b...
6,769 Views
5 Replies
03-27-2021, 07:50 AM
CINewb
    Thread: Support SameSite cookie
Post: RE: Support SameSite cookie

InsiteFX Wrote: (03-12-2021, 05:56 PM) -- You can do it yourself for the time being. Secure better your website with SameSite cookies (https://dev.to/vzuburlis/secure-better-your-website-with-same...
6,769 Views
5 Replies
03-22-2021, 08:57 AM
CINewb
    Thread: How can I get the current post's index by slug?
Post: RE: How can I get the current post's index by slug...

What determines the order of the posts? Is it the ID, or the date? Why not create a function where you pass in the ID or the date of the current post, to get the next one. The SQL would be somethin...
2,612 Views
2 Replies
02-08-2021, 09:40 AM
CINewb
    Thread: Release of CI 3.2 ?
Post: RE: Release of CI 3.2 ?

I doubt many people are wanting to build a modern app with CI3 now that we have CI4 and "other" alternatives. But there are going to be many legacy apps built in CI3 which still work perfectly well...
4,845 Views
6 Replies
02-02-2021, 08:58 AM
CINewb
    Thread: Release of CI 3.2 ?
Post: RE: Release of CI 3.2 ?

shuwar Wrote: (02-01-2021, 01:52 AM) -- Same question... is it a possibility that version 3.2 will be released or development of CI3 is finally finished? -- Well Narfbg merged some pull requests 28...
4,845 Views
6 Replies
02-02-2021, 05:05 AM
CINewb
    Thread: Surprised to see codeigniter 3.x running successfull with PHP 8.0 as well.
Post: RE: Surprised to see codeigniter 3.x running succe...

unplugged Wrote: -- Another Gotcha that doesen't affect CI but affects a lot of legacy code I look after is that the charming "STFU Operator" now doesen't STFU. $variable = @$array['entry']; Now thr...
31,864 Views
16 Replies
01-16-2021, 03:05 AM
CINewb
    Thread: Surprised to see codeigniter 3.x running successfull with PHP 8.0 as well.
Post: RE: Surprised to see codeigniter 3.x running succe...

Damn, that's a shame. Specific to CI3 - do you think it will be made compatible with PHP 8? I'm not too concerned until November 2022 which is when support for PHP 7.4 is dropped. But after that tim...
31,864 Views
16 Replies
01-15-2021, 02:04 AM
CINewb
    Thread: Surprised to see codeigniter 3.x running successfull with PHP 8.0 as well.
Post: RE: Surprised to see codeigniter 3.x running succe...

Today I installed PHP8 and tried it with our CodeIgniter 3 project. I found 2 issues: 1) We had a controller class called Attribute which it doesn't like.  Perhaps this is a reserved word in PHP...
31,864 Views
16 Replies
01-14-2021, 04:28 PM
CINewb
    Thread: Codeigniter is work 100% with PHP7.4.3? 07/03/2020
Post: RE: Codeigniter is work 100% with PHP7.4.3? 07/03/...

lovesonair Wrote: (01-07-2021, 12:06 PM) -- I have some error in php 7.4 CI 3.1.11 please see the error message below Quote: Wrote: -- Message: Call to undefined method CI_Form_validation::...
30,304 Views
10 Replies
01-12-2021, 04:53 AM
CINewb
    Thread: Surprised to see codeigniter 3.x running successfull with PHP 8.0 as well.
Post: RE: Surprised to see codeigniter 3.x running succe...

rahulswt7 Wrote: (11-27-2020, 10:41 PM) -- Codeigniter 3.x running successfully with PHP 8.0 as well. Without any changes its working very well. Great news guys. :) -- This is good news, and usef...
31,864 Views
16 Replies
11-30-2020, 06:11 AM
CINewb
    Thread: Codeigniter is work 100% with PHP7.4.3? 07/03/2020
Post: RE: Codeigniter is work 100% with PHP7.4.3? 07/03/...

Just to provide an update, we've been running CI3 with PHP 7.4 for several weeks now, without any issues.
30,304 Views
10 Replies
10-02-2020, 12:36 PM
CINewb
    Thread: Release of CI 3.2 ?
Post: Release of CI 3.2 ?

I notice on the GitHub repo the current stable version is 3.1.11, but there have been various changes up to version 3.2.0 which hasn't been released yet.  I wondered if 3.2.0 will be released at some ...
4,845 Views
6 Replies
10-02-2020, 12:35 PM
CINewb
    Thread: What PHP version can codeigniter 3.1.11 be used with?
Post: RE: What PHP version can codeigniter 3.1.11 be use...

We're using CodeIgniter3 with PHP7.4 with no issues at all
7,468 Views
4 Replies
10-02-2020, 12:23 PM
CINewb
    Thread: From "pure" PHP to CodeIgniter
Post: RE: From "pure" PHP to CodeIgniter

Hogar Wrote: (07-11-2020, 09:41 AM) -- Greetings all! I am very new member on this forum so let me introduce myself a bit. I am self-thought freelance PHP developer since 2015. I develop alone, so...
6,762 Views
6 Replies
07-25-2020, 02:53 AM
CINewb

Theme © iAndrew 2016 - Forum software by © MyBB