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/filesystem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.4.6
Choose a base ref
...
head repository: symfony/filesystem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.4.7
Choose a head ref
  • 9 commits
  • 8 files changed
  • 3 contributors

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    4303603 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.4

    * 5.4:
      [FrameworkBundle] fixes #54402: Suppress PHP warning when is_readable() tries to access dirs outside of open_basedir restrictions
      return null when message with name is not set
      use local PHP web server to test HTTP stream wrappers
      Bump Symfony version to 5.4.39
      Update VERSION for 5.4.38
      Update CONTRIBUTORS for 5.4.38
      Update CHANGELOG for 5.4.38
    xabbuh committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c882f88 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    6dc5233 View commit details
    Browse the repository at this point in the history
  2. bug #54471 [Filesystem] Strengthen the check of file permissions in `…

    …dumpFile` (alexandre-daubois)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Filesystem] Strengthen the check of file permissions in `dumpFile`
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix #54444
    | License       | MIT
    
    `fileperms()` can fail and return `false`, I think we should strengthen the checks on its return value when using it to avoid undesirable behavior.
    
    Commits
    -------
    
    0c17a4e327 [Filesystem] Strengthen the check of file permissions in `dumpFile`
    nicolas-grekas committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    db9c7b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Merge branch '5.4' into 6.4

    * 5.4:
      fix syntax for PHP 7.2
      [Security] Fix Danish translations
      [DomCrawler] Encode html entities only if nessecary
      [Serializer] Ignore when using #[Ignore] on a non-accessor
      [Filesystem] Strengthen the check of file permissions in `dumpFile`
      [Serializer] Fix XML scalar to object denormalization
      [HttpClient][EventSourceHttpClient] Fix consuming SSEs with \r\n separator
    xabbuh committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    16feb01 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Fix CI

    nicolas-grekas committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    490b6cf View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.4

    * 5.4:
      Fix CI
      Bump ext-redis in CI on PHP >= 8.4
      Adjust pretty name of closures on PHP 8.4
      implement NodeVisitorInterface instead of extending AbstractNodeVisitor
    nicolas-grekas committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3c5cce2 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    e6edd87 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.4

    * 5.4:
      Auto-close PRs on subtree-splits
      review German translation
    nicolas-grekas committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    78dde75 View commit details
    Browse the repository at this point in the history
Loading