Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Sep 18, 2015

Conversation

clue
Copy link
Member

@clue clue commented Sep 18, 2015

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)

@clue clue changed the title HHVM does not support, nor require, stream_set_read_buffer() HHVM does not support, nor require, unbuffered read operations Sep 18, 2015
@clue clue mentioned this pull request Sep 18, 2015
@WyriHaximus
Copy link
Member

LGTM 👍

@cboden cboden 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:master Sep 18, 2015
@clue clue deleted the hhvm branch August 16, 2016 12:14
Sign up for free to 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.

None yet

3 participants