Skip to content

Releases: PHPFastCGI/FastCGIDaemon

Bugfix: Error checking on the return value of stream_socket_accept

20 Aug 08:49

Choose a tag to compare

FastCGIDaemon v0.5.2

Fixes

  • Check for false return value on stream_socket_accept

Bugfix: ConnectionHandler should implement ConnectionHandlerInterface

19 Aug 13:36

Choose a tag to compare

FastCGIDaemon v0.5.1

Fixes

  • ConnectionHandler now implements ConnectionHandlerInterface

Clean shutdown (signal handling) and 100% test coverage

19 Aug 00:52

Choose a tag to compare

FastCGIDaemon v0.5.0

New Features

  • Clean shutdown by handing SIGINT
  • Test helpers

Improvements

  • 100% test coverage

Application factory

14 Aug 09:01

Choose a tag to compare

FastCGIDaemon v0.4.0

New Features

  • Application factory

Improvements

  • Default values in DaemonRunCommand

Console command, logging support and daemon factory

03 Jul 22:53

Choose a tag to compare

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

30 May 09:25

Choose a tag to compare

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