Skip to content

1.0.0b1

Compare
Choose a tag to compare
@boenrobot boenrobot released this 07 Nov 03:38
· 6 commits to master since this release
  • Fixed a streaming issue with newer PHP 5.6 versions and later.
  • Stream::setIsBlocking() is only implicitly called if needed (i.e. for encrypted connections), ensuring compatibility with web hosts that for bizzare reasons have disabled stream_set_blocking().
  • Doc and test fixes that now ensure large code coverage.