Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: php-vcr/php-vcr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.4
Choose a base ref
...
head repository: php-vcr/php-vcr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.5
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 27, 2022

  1. FIX: Read the whole stream and perform code transformations

    First read the whole stream and afterwards perform code transformations.
    This will ensure to also replace code, which is divided into chunks while
    reading a file.
    
    Fixes #268 and #383
    
    (cherry picked from commit 1917d66)
    higidi committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    df90936 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #384 from php-vcr/383-backport-fix-code-transforma…

    …tion-on-streams-which-are-divided-into-several-chunks
    
    FIX: Read the whole stream and perform code transformations
    higidi authored Dec 27, 2022
    Configuration menu
    Copy the full SHA
    fde2ab6 View commit details
    Browse the repository at this point in the history
Loading