-
-
Notifications
You must be signed in to change notification settings - Fork 59
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: symfony/browser-kit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0fa03cf
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/browser-kit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 16141bc
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 5 files changed
- 4 contributors
Commits on Apr 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1467e0c - Browse repository at this point
Copy the full SHA 1467e0cView commit details
Commits on May 16, 2020
-
* 3.4: [VarDumper] fix for change in PHP 7.4.6 (bis) [BrowserKit] Allow Referer set by history to be overridden (3.4)
Configuration menu - View commit details
-
Copy full SHA for 56bede5 - Browse repository at this point
Copy the full SHA 56bede5View commit details -
* 4.4: [VarDumper] fix for change in PHP 7.4.6 (bis) [VarExporter] fix for change in PHP 7.4.6 [BrowserKit] Allow Referer set by history to be overridden (3.4)
Configuration menu - View commit details
-
Copy full SHA for d2e69cc - Browse repository at this point
Copy the full SHA d2e69ccView commit details
Commits on May 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 76f1e2c - Browse repository at this point
Copy the full SHA 76f1e2cView commit details -
* 4.4: [PhpUnitBridge] fix leftover [PhpUnitBridge] fix installing under PHP >= 8 Use ">=" for the "php" requirement bump icu 67.1
Configuration menu - View commit details
-
Copy full SHA for 5822f5a - Browse repository at this point
Copy the full SHA 5822f5aView commit details
Commits on May 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6462973 - Browse repository at this point
Copy the full SHA 6462973View commit details -
bug #36839 [BrowserKit] Raw body with custom Content-Type header (azh…
…urb) This PR was squashed before being merged into the 4.4 branch. Discussion ---------- [BrowserKit] Raw body with custom Content-Type header | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | License | MIT Currently, if you try to send POST/PUT request with custom `Content-Type` header and specified body, the real request will contain `text/plain` content type. Following code ```php $client->request( 'POST', '/url', [], [], [ 'CONTENT_TYPE' => 'application/json' ], '{"foo":"bar"}' ); ``` produces next request ``` POST / Content-Type: text/plain; charset=utf-8 {"foo":"bar"} ``` With this fix, the request will be ``` POST / Content-Type: application/json {"foo":"bar"} ``` Commits ------- d2dd92be77 [BrowserKit] Raw body with custom Content-Type header
Configuration menu - View commit details
-
Copy full SHA for f533106 - Browse repository at this point
Copy the full SHA f533106View commit details
Commits on May 23, 2020
-
* 4.4: (27 commits) [Serializer] minor cleanup fix merge Run PHP 8 as 7.4.99 Remove calls to deprecated ReflectionParameter::getClass(). [VarDumper] fix PHP 8 support Add php 8 to travis. [Cache] Accessing undefined constants raises an Error in php8 [Cache] allow DBAL v3 Skip Doctrine DBAL on php 8 until we have a compatible version. [DomCrawler] Catch expected ValueError. Made method signatures compatible with their corresponding traits. [ErrorHandler] Apply php8 fixes from Debug component. [DomCrawler] Catch expected ValueError. [Validator] Catch expected ValueError. [VarDumper] ReflectionFunction::isDisabled() is deprecated. [BrowserKit] Raw body with custom Content-Type header [PropertyAccess] Parse php 8 TypeErrors correctly. [Intl] Fix call to ReflectionProperty::getValue() for static properties. [HttpKernel] Prevent calling method_exists() with non-string values. Fix wrong roles comparison ...
Configuration menu - View commit details
-
Copy full SHA for 51c8cd4 - Browse repository at this point
Copy the full SHA 51c8cd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16141bc - Browse repository at this point
Copy the full SHA 16141bcView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0fa03cf...16141bc