Releases: PHPFastCGI/FastCGIDaemon
Releases · PHPFastCGI/FastCGIDaemon
Bugfix: Error checking on the return value of stream_socket_accept
FastCGIDaemon v0.5.2
Fixes
- Check for false return value on stream_socket_accept
Bugfix: ConnectionHandler should implement ConnectionHandlerInterface
FastCGIDaemon v0.5.1
Fixes
- ConnectionHandler now implements ConnectionHandlerInterface
Clean shutdown (signal handling) and 100% test coverage
FastCGIDaemon v0.5.0
New Features
- Clean shutdown by handing SIGINT
- Test helpers
Improvements
- 100% test coverage
Application factory
FastCGIDaemon v0.4.0
New Features
- Application factory
Improvements
- Default values in DaemonRunCommand
Console command, logging support and daemon factory
FastCGIDaemon v0.3.0
New Features
- PSR logging support
- Integration provided for symfony console component
- New daemon factory class
Improvements
- Test coverage
PSR-7 and callback support
FastCGIDaemon v0.2.0
New Features
- PSR-7 now used by default for request and response messages
- Added support for using callbacks (it's now not necessary to write your own KernelInterface implementation)
Improvements
- Better exception handling
- Cleaner test suite
- PHPDoc improvements