Skip to content

v6.1.1

Choose a tag to compare

@deminy deminy released this 25 Jul 05:59

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/phpstan as an explicit dev dependency and fixed the static analysis configuration so phpstan analyse passes cleanly.
  • Fixed and updated the CI workflows (#182), and applied php-cs-fixer coding style fixes across the test suite.