kenjis
kenjis
The behavior of `reconnect()` is to keep the connection alive or re-establish it. > If the database server’s idle timeout is exceeded while you’re doing some heavy PHP lifting (processing...
Rebased to resolve conflicts.
> From what I see, the Superglobals class was created with the intention to handle all superglobals, so I guess the idea of using it is fine. However, currently, it's...
I think filter aliases can be configured in module, but all filters should be configured in `app/Config/Filters.php` for security.
Why do you need to run `Registrar::registerNamespaces();` in `Config/Registrar.php`? Can't you move it to somewhere? E.g., Event?
@Zoly Okay, you don't need to send a PR to fix this issue when you are not familiar with Bonfire.
Thank you for sending this PR. But unfortunately It seems that no one is interested in this PR. I cannot review because I don't use Windows. Also, this PR contains...
It returns "Controller classname or Closure", but I don't know why this method needs to return. Because we have `controllerName()` for that purpose.
@codeigniter4/core-team How do we handle the Deprecations of [session.sid_length and session.sid_bits_per_character](https://wiki.php.net/rfc/deprecations_php_8_4#sessionsid_length_and_sessionsid_bits_per_character)? They are deprecated in PHP 8.4, but it still works in 8.x. So we can't replace the current code....