Skip to content

0.8.2

Choose a tag to compare

@trowski trowski released this 07 Apr 20:40
· 550 commits to 3.x since this release
76c516c
  • Fixed an issue when an HTTP/2 response is written immediately (#258).
  • Performance recommendations are now logged as warnings when starting the server depending the mode set in options (debug or production), the value of the zend.assertions ini setting, and if the xdebug extension is loaded (related to #256).
  • Request::setBody() and Response::setBody() now additionally accepts any value that can be cast to a string (such as integers, floats, and objects with a __toString() method) as the body content (#254).