0.18.0
·
158 commits
to master
since this release
Added
- PHAR and standalone binary packaging support (#191)
- New
workerman:build:pharandworkerman:build:bincommands - New
PharHelperutility for PHAR mode detection - New
buildconfiguration section --kernel-classCLI option- File monitor auto-disabled in PHAR mode
- New
Changed
Runnersource 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)