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: symfony/http-foundation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.1
Choose a base ref
...
head repository: symfony/http-foundation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.3.2
Choose a head ref
  • 8 commits
  • 8 files changed
  • 2 contributors

Commits on Jun 5, 2021

  1. Configuration menu
    Copy the full SHA
    89c7cca View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Merge branch '4.4' into 5.2

    * 4.4:
      Fix incompatible implicit float-to-int conversions
      [Translation] Don't pass null to strtoupper()
      cs fix
      [DependencyInjection] Don't pass null to trim()
      Add return types to JsonSerializable implementations
      Fix Serializable deprecations triggered by token mocks
      Add missing security translations
    derrabus committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    9e5b33c View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.2' into 5.3

    * 5.2:
      Fix incompatible implicit float-to-int conversions
      [Translation] Don't pass null to strtoupper()
      cs fix
      [String] Fix implicit float-to-int casts
      [DependencyInjection] Don't pass null to trim()
      Add return types to JsonSerializable implementations
      Fix Serializable deprecations triggered by token mocks
      Add missing security translations
    derrabus committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    d8037fe View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Fix tests (bis)

    nicolas-grekas committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    f9245d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. minor #41614 [Mime] Fix CSV file mime type guess test for PHP 8.1 (al…

    …exandre-daubois)
    
    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [Mime] Fix CSV file mime type guess test for PHP 8.1
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.4
    | Bug fix?      | yes
    | New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
    | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
    | Tickets       | Part of #41552 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
    | License       | MIT
    | Doc PR        | N/A
    
    I had the same result as `@derrabus` on my computer: `application/csv`. The CI returns `text/csv`. These two seem possible, although `text/csv` is described in [RFC 7111](https://datatracker.ietf.org/doc/html/rfc7111#page-3).
    
    (Oops little typo in title, thanks Alexander for the fix 🙏 )
    
    Commits
    -------
    
    117cb8f085 [DependencyInjection] Fix CSV file mime type guess test for PHP 8.1
    nicolas-grekas committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    d1f7f2a View commit details
    Browse the repository at this point in the history
  2. [HttpFoundation] Handle tentative return types

    Signed-off-by: Alexander M. Turek <me@derrabus.de>
    derrabus committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    2f37481 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. Merge branch '4.4' into 5.2

    * 4.4:
      [Config] fix tracking attributes in ReflectionClassResource
      [Process] Fix incorrect parameter type
      [HttpFoundation] Handle tentative return types
    nicolas-grekas committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    a424d70 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.2' into 5.3

    * 5.2:
      [HttpClient] fix compat with cURL <= 7.37
      Remove Debug component from patch-types.php
      [Config] fix tracking attributes in ReflectionClassResource
      [Process] Fix incorrect parameter type
      [HttpFoundation] Handle tentative return types
    nicolas-grekas committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    7b6dd71 View commit details
    Browse the repository at this point in the history
Loading