Release Date: Unreleased
4.7.3 release of CodeIgniter4
- The
Cache.invalidHandlermessage string was added.
- Autoloader: Fixed a bug where
Autoloader::unregister()(used during tests) silently failed to remove handlers from the SPL autoload stack, causing closures to accumulate permanently. - Common: Fixed a bug where the
command()helper function did not properly clean up output buffers, which could lead to risky tests when exceptions were thrown.
See the repo's CHANGELOG.md for a complete list of bugs fixed.