Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: When do we drop PHP 8.0 support?
Post: RE: When do we drop PHP 8.0 support?

kenjis Wrote: (09-16-2023, 05:38 PM) -- I would like to drop PHP 8.0 in v4.5.0. What do you think? We don't know when v4.5.0 is released, but it is sure that v4.5.0 will be released after PHP 8.3...
10,076 Views
26 Replies
09-16-2023, 11:12 PM
tgix
    Thread: When do we drop PHP 8.0 support?
Post: RE: When do we drop PHP 8.0 support?

iRedds Wrote: (06-18-2023, 10:55 PM) -- tgix Wrote: (06-18-2023, 10:13 PM) -- iRedds Wrote: (06-18-2023, 10:07 PM) -- while we are thinking whether to abandon 7.4 and 8.0, version 8.1 will be remov...
10,076 Views
26 Replies
06-18-2023, 11:09 PM
tgix
    Thread: When do we drop PHP 8.0 support?
Post: RE: When do we drop PHP 8.0 support?

iRedds Wrote: (06-18-2023, 10:07 PM) -- while we are thinking whether to abandon 7.4 and 8.0, version 8.1 will be removed from support =) -- What do you mean? 8.1 will be supported until Nov 24, 20...
10,076 Views
26 Replies
06-18-2023, 10:13 PM
tgix
    Thread: Supports stopping the controller at any position
Post: RE: Supports stopping the controller at any positi...

iRedds Wrote: (05-08-2023, 09:55 PM) -- Use Laravel or wait for CI 4.4, it adds the ability for custom exception handling. In my opinion, the framework has hit a dead end. Any improvements turn in...
2,452 Views
11 Replies
05-08-2023, 10:13 PM
tgix
    Thread: Supports stopping the controller at any position
Post: RE: Supports stopping the controller at any positi...

kenjis Wrote: (05-08-2023, 09:15 PM) -- I think the checkPost() method is not good. It should return boolean. > breaking out of a controller in CI4 is hard Yes, because a controller must retur...
2,452 Views
11 Replies
05-08-2023, 09:29 PM
tgix
    Thread: Supports stopping the controller at any position
Post: RE: Supports stopping the controller at any positi...

I agree with this description - breaking out of a controller in CI4 is hard due to the double-nesting approach. CI3 was cleaner in this respect. The approach I am using is currently to have a set_exc...
2,452 Views
11 Replies
05-08-2023, 09:06 PM
tgix
    Thread: v4.3.3 released
Post: RE: v4.3.3 released

Thank you!
2,911 Views
8 Replies
03-25-2023, 11:52 PM
tgix
    Thread: When do we drop PHP 8.0 support?
Post: RE: When do we drop PHP 8.0 support?

iRedds Wrote: (03-09-2023, 02:52 AM) -- Considering how much changes were postponed for the 5th version and the release cycle, then it will be released at the end of the life of php8.2 =) -- Yeah, ...
10,076 Views
26 Replies
03-09-2023, 02:55 AM
tgix
    Thread: Deprecate random_string basic/md5/sha1
Post: RE: Deprecate random_string basic/md5/sha1

kenjis Wrote: (03-09-2023, 02:49 AM) -- tgix Wrote: (03-09-2023, 02:44 AM) -- +1 for alnum, but we are migrating towards ULID -- What do you mean by +1 for alnum? My proposal is to make basic/m...
3,312 Views
10 Replies
03-09-2023, 02:53 AM
tgix
    Thread: Deprecate random_string basic/md5/sha1
Post: RE: Deprecate random_string basic/md5/sha1

+1 for alnum, but we are migrating towards ULID
3,312 Views
10 Replies
03-09-2023, 02:44 AM
tgix
    Thread: When do we drop PHP 8.0 support?
Post: RE: When do we drop PHP 8.0 support?

Fine with me, we used the overlap between 7.4 and 8.1 and jumped to 8.1. As 8.0 is currently in service-mode-only why bother supporting it for about 6 months? This has been discussed before, but mayb...
10,076 Views
26 Replies
03-09-2023, 02:42 AM
tgix
    Thread: Creating queries with raw sql in CI 4.3.1
Post: Creating queries with raw sql in CI 4.3.1

Hello, trying to port some projects over to 4.3 from 4.2 and ran into issues with QueryBuilder and queries that should not be escaped - https://github.com/codeigniter4/CodeIgniter4/issues/7117 I t...
456 Views
0 Replies
01-17-2023, 02:08 AM
tgix
    Thread: v4.3.0 released
Post: RE: v4.3.0 released

Thank you all! 4.3 seems like a solid release! One comment regarding the int-bool cast that I think is too liberal due to PHP's casting rules. I'm using ((int)$value === 1) in my own cast function,...
12,429 Views
27 Replies
01-11-2023, 11:44 AM
tgix
    Thread: PHP 7.4 will go end of life on 28 November 2022
Post: RE: PHP 7.4 will go end of life on 28 November 202...

Just my thoughts: with the aggressive pace of PHP development my knee-jerk reaction is "sooner than later." However, there are some quirks in 7.4 -> 8.x migration that are haunting us, mainly the ch...
2,059 Views
6 Replies
11-29-2022, 11:23 PM
tgix
    Thread: Migrating a CI3 PHP 5.4 project to 7.4
Post: Migrating a CI3 PHP 5.4 project to 7.4

Hello, I have been handed down a CI 3.1 project running in PHP 7.4 but having phpunit running in PHP 5.4 (using ci-phpunit-test by @kenjis). It is a scientific project with many calculations and the ...
619 Views
0 Replies
11-10-2022, 01:52 AM
tgix
    Thread: v4.2.8 (and 9) released
Post: RE: v4.2.8 (and 9) released

Thank you team!
2,787 Views
6 Replies
11-02-2022, 10:04 PM
tgix
    Thread: OpenSSL warns of critical security vulnerability with upcoming patch
Post: RE: OpenSSL warns of critical security vulnerabili...

Thanks for the heads-up! Thankfully our production systems are running behind AWS Load-Balancers terminating incoming HTTPS and forwarding HTTP to the back-end instances. I guess AWS are working close...
1,064 Views
2 Replies
10-28-2022, 10:50 PM
tgix
    Thread: Testing your CodeIgniter backend API with Postman
Post: Testing your CodeIgniter backend API with Postman

After once again been saved by the bell by our testing tools I decided to summarize how we test with Postman in this article: https://github.com/tangix/ci4-zen-zone/blob/main/postman-testing/testin...
1,373 Views
1 Replies
10-11-2022, 01:46 AM
tgix
    Thread: v4.2.7 Released
Post: RE: v4.2.7 Released

Thank you!
5,340 Views
12 Replies
10-10-2022, 01:00 AM
tgix
    Thread: Could #-attributes in PHP 8.1 be used for routes in the future?
Post: RE: Could #-attributes in PHP 8.1 be used for rout...

titounnes Wrote: (09-25-2022, 07:22 AM) -- Attribute route only runs in php version 8, while ci4 allows php version 7. -- Correct, but with 7.4 becoming unsupported in 2 months I wouldn't be surpri...
2,236 Views
5 Replies
09-25-2022, 07:45 AM
tgix

Theme © iAndrew 2016 - Forum software by © MyBB