Michal Sniatala

Results 107 comments of Michal Sniatala

I agree with @paulbalandan - we should follow the default values. The possible impact on users will be negligible, and it will save us from complicating the code unnecessarily. If...

> I would like to decide whether 4.5.x will support PHP 8.4 or not. Personally, I have no problem with adding support for PHP 8.4 only in v4.6. This seems...

This looks good, however, I wonder if we should keep all 4 opcache keys in the default table. IMO only the first 2 will be relevant now.

I guess there is no consensus on recommended values?

Thank you for your first contribution! Can you also add an entry to the [changelog](https://github.com/codeigniter4/CodeIgniter4/blob/develop/user_guide_src/source/changelogs/v4.5.6.rst), under the section "Bugs Fixed"? If you're unsure how it should look, you can check...

Sorry, now I see that this is about something different than I originally thought - even though you described it correctly from the beginning. I guess it was too early...

If only PHPDoc is on the way to supporting booleans, then that's a good thing to change. I'm not a big fan of point 2. This would mean that each...

@datamweb I was thinking more about [model field casting](https://codeigniter.com/user_guide/models/model.html#model-field-casting), although I don't remember if we have access to a database object there.

Okay, seems like I will have to set up a local docker image to resolve this.