Skip to content

v1.0.1

Compare
Choose a tag to compare
@gmazzap gmazzap released this 08 Feb 07:17
· 41 commits to master since this release

Added

  • CI tests for PHP 7.2

Changed

  • Improve generated .htaccess file to make it work with Apache 2.3+, see #23, props @chesio.
  • Update some dev-dependencies (Brain Monkey) and adjust tests accordingly.

Fixed

  • Fix typo in documentation, see #24, props @chesio.
  • Fix strict type issue when running tests in PHP 7.1+.
  • Fix HTTP API Listener triggering a false-positive error for all non-blocking requests, see #26.