Mark
Mark
Same issue here. Seems to be related to the change of function signature of `Monolog\Handler\AbstractProcessingHandler::write()` in this commit: https://github.com/Seldaek/monolog/blob/22c8b19358e916c52f1d2170d44e172152de7c25/src/Monolog/Handler/AbstractProcessingHandler.php
I'm not sure why the original developer isn't responding, but I'd be happy to take over until he returns. For now I've forked this project, merged the feature/php-8.1 branch, and...
After some testing, I've created a **stable** release of the feature/php-8.1 branch as v3.0.0: https://github.com/phpnexus/cwh/releases/tag/v3.0.0 To install, simply run: ```bash composer require phpnexus/cwh ```
> Nice idea! Works in my Slim 4 project too. In case it helps anyone, this command will do the job: `composer require maxbanton/cwh:dev-feature/php-8.1` To revert to the latest release,...
@a10waveracer Since this repository's owner hasn't been active recently, I've offered to fork and continue this repository in the meantime. This PR looks great, so I'd like to incorporate it...
@a10waveracer FYI I have removed the use of sequence tokens and added a constructor option `$createStream` in v3.1.0 of my fork: https://github.com/phpnexus/cwh/releases/tag/v3.1.0
FYI the `maxbanton/cwh` package has been abandoned. I've created a fork [phpnexus/cwh](https://github.com/phpnexus/cwh) and upgraded it to work with `monolog/monolog` v3 and PHP 8.1. Simply replace `maxbanton/cwh` with `phpnexus/cwh` in the...