Skip to content

v0.7.1

Choose a tag to compare

@clue clue released this 20 May 17:30
  • 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)