v6.1.1
Built-in PHP library included in Swoole v6.1.1.
Changes since v6.1.0:
- Prettified the output of
Swoole\Coroutine\deadlock_check(): the deadlock report now uses consistently indented and width-aligned separators, per-coroutine backtrace sections, and a closing separator line, making the fatal deadlock message easier to read (see swoole/swoole-src#5278). - Added
phpstan/phpstanas an explicit dev dependency and fixed the static analysis configuration sophpstan analysepasses cleanly. - Fixed and updated the CI workflows (#182), and applied php-cs-fixer coding style fixes across the test suite.