8000 Comparing 502c66a...0ab468e · symfony/symfony · GitHub
[go: up one dir, main page]

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/symfony
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 502c66a
Choose a base ref
...
head repository: symfony/symfony
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0ab468e
Choose a head ref
  • 17 commits
  • 34 files changed
  • 4 contributors

Commits on Feb 25, 2022

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

Commits on Feb 28, 2022

  1. Bump Symfony version to 4.4.39

    fabpot committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    05868b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c555813 View commit details
    Browse the repository at this point in the history
  3. bug #45583 [WebProfilerBundle] Fixes HTML syntax regression introduce…

    …d by #44570 (xavismeh)
    
    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [WebProfilerBundle] Fixes HTML syntax regression introduced by #44570
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | N/A
    | License       | MIT
    | Doc PR        | N/A
    
    The PR #
    10000
    44570 introduced an invalid HTML syntax and this PR fixes this regression
    
    Commits
    -------
    
    c555813 [WebProfilerBundle] Fixes HTML syntax regression introduced by #44570
    fabpot committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    0ed2a8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    721996a View commit details
    Browse the repository at this point in the history
  5. bug #45585 [HttpClient] fix checking for unset property on PHP <= 7.1…

    ….4 (nicolas-grekas)
    
    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [HttpClient] fix checking for unset property on PHP <= 7.1.4
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | -
    | License       | MIT
    | Doc PR        | -
    
    As spotted by the CI and confirmed here: https://3v4l.org/2Xv3N
    
    Commits
    -------
    
    721996a [HttpClient] fix checking for unset property on PHP <= 7.1.4
    nicolas-grekas committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    f432349 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    4453bdb View commit details
    Browse the repository at this point in the history
  2. bug #45595 [FrameworkBundle] Fix resetting container between tests (n…

    …icolas-grekas)
    
    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [FrameworkBundle] Fix resetting container between tests
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | Fix #40965, fix #45580
    | License       | MIT
    | Doc PR        | -
    
    Replaces #45479 and #45581, related to #34078.
    
    Calling `boot()` on an already booted kernel does reset the container, so we don't need to care anymore about the state of kernel.
    
    #45580 is fixed by removing `private static $kernelContainer`, which can be out of sync with `static::$kernel->getContainer()` since `KernelBrowser` creates new containers when shutting down the kernel between requests.
    
    Commits
    -------
    
    4453bdb [FrameworkBundle] Fix resetting container between tests
    nicolas-grekas committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    09ec24d View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    f4a2089 View commit details
    Browse the repository at this point in the history
  2. bug #45532 Fix deprecations on PHP 8.2 (nicolas-grekas)

    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    Fix deprecations on PHP 8.2
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | On the road to #44282
    | License       | MIT
    | Doc PR        | -
    
    Commits
    -------
    
    ca56620 Fix deprecations on PHP 8.2
    nicolas-grekas committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    d4150be View commit details
    Browse the repository at this point in the history
  3. bug #45610 [HttpKernel] Guard against bad profile data (nicolas-grekas)

    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [HttpKernel] Guard against bad profile data
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | Fix #45606
    | License       | MIT
    | Doc PR        | -
    
    Commits
    -------
    
    f4a2089 [HttpKernel] Guard against bad profile data
    nicolas-grekas committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    6ef994c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    b909acf View commit details
    Browse the repository at this point in the history
  2. bug #45631 [HttpFoundation] Fix PHP 8.1 deprecation in `Response::isN…

    …otModified` (HypeMC)
    
    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [HttpFoundation] Fix PHP 8.1 deprecation in `Response::isNotModified`
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | -
    | License       | MIT
    | Doc PR        | -
    
    If an `If-None-Match` header is provided in the request and there's no `ETag` header in the response, the following deprecation notice occurs on PHP 8.1 in `Response::isNotModified`:
    
    ```
    Deprecated: strncmp(): Passing null to parameter #1 ($string1) of type string is deprecated
    ```
    
    Commits
    -------
    
    b909acf [HttpFoundation] Fix PHP 8.1 deprecation in isNotModified
    fabpot committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    3cea8e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Update CHANGELOG for 4.4.39

    fabpot committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    a16383d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7b5636 View commit details
    Browse the repository at this point in the history
  3. Update VERSION for 4.4.39

    fabpot committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    c827217 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #45653 from fabpot/release-4.4.39

    released v4.4.39
    fabpot authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    0ab468e View commit details
    Browse the repository at this point in the history
Loading
0