Skip to content

Add WritableResourceStream - #84

Merged
clue merged 3 commits into
reactphp:masterfrom
clue-labs:writablestreaminterface
Mar 20, 2017
Merged

Add WritableResourceStream#84
clue merged 3 commits into
reactphp:masterfrom
clue-labs:writablestreaminterface

Conversation

@clue

@clueclue commented Mar 20, 2017

Copy link
Copy Markdown
Member

The old Buffer has been renamed to WritableResourceStream to complement the ReadableResourceStream introduced via #83.

Note that the WritableResourceStream now rejects read-only streams, so this may affect BC. If you want a read-only resource, use ReadableResourceStream instead of Stream.

Refs #37 and builds on top of #83.

@clueclue added this to the v0.6.0 milestone Mar 20, 2017
@clue

clue commented Mar 20, 2017

Copy link
Copy Markdown
MemberAuthor

Updated to work around HHVM incompatibility (does not report fopen mode for pipe streams) :shipit:

@clue
clue merged commit 6b90cb2 into reactphp:masterMar 20, 2017
@clue
clue deleted the writablestreaminterface branch March 20, 2017 12:54
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@clue@jsor@WyriHaximus