Skip to content

0.18.0

Choose a tag to compare

@github-actions github-actions released this 20 May 19:25
· 158 commits to master since this release
2a467f9

Added

  • PHAR and standalone binary packaging support (#191)
    • New workerman:build:phar and workerman:build:bin commands
    • New PharHelper utility for PHAR mode detection
    • New build configuration section
    • --kernel-class CLI option
    • File monitor auto-disabled in PHAR mode

Changed

  • Runner source path now configurable (#130)

Fixed

  • Improved cache warmup error messages (#129)
  • Closed proc_open pipes to prevent FD leaks (#170)
  • Replaced boolval() with (bool) cast (#159)
  • Added final keyword to test classes (#168)
  • Removed redundant getFileInfo() call (#166)
  • Replaced deprecated Rector LevelSetList (#164)
  • Enabled composer audit block-insecure (#43)
  • Aligned test namespace with PSR-4 (#167)
  • Updated phpunit.xml schema (#162)
  • Pinned PHP version in CI lint job (#169)
  • Replaced flaky composer audit test with E2E (#188)