Skip to content

v0.7.1

Compare
Choose a tag to compare
@clue clue released this 20 May 17:30
· 132 commits to 3.x since this release
  • Feature: Add optional $writeChunkSize parameter to limit maximum number of
    bytes to write at once.
    (#105 by @clue)

    $stream = new WritableResourceStream(STDOUT, $loop, null, 8192);
  • Ignore HHVM test failures for now until Travis tests work again
    (#106 by @clue)