Skip to content

HHVM does not support, nor require, unbuffered read operations - #28

Merged
cboden merged 3 commits into
reactphp:masterfrom
clue-labs:hhvm
Sep 18, 2015
Merged

HHVM does not support, nor require, unbuffered read operations#28
cboden merged 3 commits into
reactphp:masterfrom
clue-labs:hhvm

Conversation

@clue

@clueclue commented Sep 18, 2015

Copy link
Copy Markdown
Member

PR #20 introduced changes to the buffering behavior which is necessary for some event loops, however this turned out to be incompatible with HHVM.

  • Ignore this for unsupported platforms (HHVM), as it's not required here
  • Add some background / documentation
  • Abort on all Travis errors (so something like this doesn't go unnoticed next time)

@clueclue changed the title HHVM does not support, nor require, stream_set_read_buffer()HHVM does not support, nor require, unbuffered read operationsSep 18, 2015
@clueclue mentioned this pull request Sep 18, 2015
@WyriHaximus

Copy link
Copy Markdown
Member

LGTM 👍

@cbodencboden added this to the v0.4.3 milestone Sep 18, 2015
cboden added a commit that referenced this pull request Sep 18, 2015
HHVM does not support, nor require, unbuffered read operations
@cboden
cboden merged commit d7e6889 into reactphp:masterSep 18, 2015
@clue
clue deleted the hhvm branch August 16, 2016 12:14
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@clue@WyriHaximus@cboden