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.7
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.8
Choose a head ref
  • 9 commits
  • 7 files changed
  • 4 contributors

Commits on Apr 29, 2024

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

Commits on Apr 30, 2024

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

Commits on May 1, 2024

  1. bug #54759 [Filesystem] better distinguish URL schemes and Windows dr…

    …ive letters (xabbuh)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Filesystem] better distinguish URL schemes and Windows drive letters
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix #45485
    | License       | MIT
    
    Commits
    -------
    
    f456e75ec8 better distinguish URL schemes and windows drive letters
    fabpot committed May 1, 2024
    Configuration menu
    Copy the full SHA
    ca1c224 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Merge branch '5.4' into 6.4

    * 5.4:
      fix compatibility with Twig 3.10
      [Strings][EnglishInflector] Fix incorrect pluralisation of 'Album'
      handle union and intersection types for cascaded validations
      move wiring of the property info extractor to the ObjectNormalizer
      move Process component dep to require-dev
      Remove calls to `onConsecutiveCalls()`
      fix: remove unwanted type cast
      accept AbstractAsset instances when filtering schemas
      better distinguish URL schemes and windows drive letters
      convert empty CSV header names into numeric keys
    derrabus committed May 2, 2024
    Configuration menu
    Copy the full SHA
    59cc509 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7f188b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. [Filesystem] Fix dumpFile stat failed error hitting custom handler

    Since #54471, dumpFile will trigger a `fileperms(): stat failed`
    error when writing to a filename that does not yet exist. This
    was silenced from PHP's default handler with the `@` operator.
    
    However, the error is still passed to any custom handler that the
    application has registered, and can therefore cause exceptions or
    spurious logging depending on the implementation of the handler.
    
    The better solution, which is consistent with all other calls to
    native functions in this class, would be to use `self::box` to
    catch and ignore the potential error so that it never leaks
    outside this class.
    acoulton committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f538cda View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Merge branch '5.4' into 6.4

    * 5.4:
      [PropertyInfo] Update DoctrineExtractor for new DBAL 4 BIGINT type
      Update security.nl.xlf
      [Validator] IBAN Check digits should always between 2 and 98
      [Security] Populate translations for trans-unit 20
      add missing plural translation messages
      filter out empty HTTP header parts
      [String] Fix folded in compat mode
      Remove calls to `getMockForAbstractClass()`
      [ErrorHandler] Do not call xdebug_get_function_stack() with xdebug >= 3.0 when not in develop mode
      [Serializer] Fix type for missing property
      add test for JSON response with null as content
      [Filesystem] Fix dumpFile `stat failed` error hitting custom handler
      Remove calls to `TestCase::iniSet()` and calls to deprecated methods of `MockBuilder`
      [PhpUnitBridge] Fix `DeprecationErrorHandler` with PhpUnit 10
    fabpot committed May 17, 2024
    Configuration menu
    Copy the full SHA
    49b1495 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"

    This reverts commit 2c9352dd91ebaf37b8a3e3c26fd8e1306df2fb73, reversing
    changes made to 18c3e87f1512be2cc50e90235b144b13bc347258.
    fabpot committed May 31, 2024
    Configuration menu
    Copy the full SHA
    26dd991 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.4

    * 5.4:
      Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
    fabpot committed May 31, 2024
    Configuration menu
    Copy the full SHA
    4d37529 View commit details
    Browse the repository at this point in the history
Loading