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

Fix stream wrapper (tweaked #193) #230

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 7, 2017

  1. Add headers to stream wrapper_data emulation.

    When using the stream_* methods some clients expect that there is an
    internal key of `headers`. By emulating this key VCR can be compatible
    with more clients. I encountered this issue when trying to use VCR with
    the CakePHP HTTP Client which uses the stream API.
    markstory authored and snelg committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    0117857 View commit details
    Browse the repository at this point in the history
  2. 5.3 compatibility fix

    snelg committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    fde81bb View commit details
    Browse the repository at this point in the history
  3. Another 5.3 compatibility fix

    snelg committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    9abc0d0 View commit details
    Browse the repository at this point in the history
  4. Make php-cs-fixer happy

    snelg committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    3beee58 View commit details
    Browse the repository at this point in the history