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/finder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.4.3
Choose a base ref
...
head repository: symfony/finder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.4.21
Choose a head ref
  • 19 commits
  • 26 files changed
  • 6 contributors

Commits on Apr 8, 2022

  1. [Finder] Add support of no-capture regex modifier in MultiplePcreFilt…

    …erIterator (available from PHP 8.2)
    
    [Finder] Add support of no-capture regex modifier in MultiplePcreFilterIterator (available from PHP 8.2)
    alexandre-daubois committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    4d2580c View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Add missing license header

    lyrixx committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    029e52c View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.4' into 5.4

    * 4.4:
      [Workflow] Catch error when trying to get an uninitialized marking
      Add missing license header
      Use reference date in reverse transform Fixes #40997
      Fix env resolution in lock configuration
      Fix Symfony not working on SMB share #45990
      [Cache] make LockRegistry use static properties instead of static variables
      fix: return-path has higher priority for envelope address than from address (fixes #41322)
      [HttpClient] Fix sending content-length when streaming the body
      [Console] Header with column max width is now well wrap with separator
      [DependencyInjection] Add TaggedIteratorArgument unit tests
    nicolas-grekas committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    765b29e View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. bug #45980 [Finder] Add support of no-capture regex modifier in Multi…

    …plePcreFilterIterator (available from PHP 8.2) (alexandre-daubois)
    
    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [Finder] Add support of no-capture regex modifier in MultiplePcreFilterIterator (available from PHP 8.2)
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.4
    | Bug fix?      | yes (new language feature)
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | _NA_
    | License       | MIT
    | Doc PR        | _NA_
    
    The no-capture regex modifier has been implemented in PHP 8.2. `MultiplePcreFilterIterator` should support it, if available.
    
    - PHP Core PR: php/php-src@e089a50
    - Human Readable article about it: https://php.watch/versions/8.2/preg-n-no-capture-modifier
    
    Commits
    -------
    
    4ca973f462 [Finder] Add support of no-capture regex modifier in MultiplePcreFilterIterator (available from PHP 8.2)
    fabpot committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    40790bd View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Merge branch '4.4' into 5.4

    * 4.4:
      [Security][Validator] Update Hebrew translations
      [Finder] Add support of no-capture regex modifier in MultiplePcreFilterIterator (available from PHP 8.2)
    fabpot committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    9b630f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. CS fixes

    nicolas-grekas committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    52c556d View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.4' into 5.4

    * 4.4:
      CS fixes
      Bump Symfony version to 4.4.44
      Update VERSION for 4.4.43
      Update CONTRIBUTORS for 4.4.43
      Update CHANGELOG for 4.4.43
    nicolas-grekas committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    107c8ff View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

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

    * 4.4:
      [HttpKernel] Fix test sensitivity on xdebug.file_link_format
      [HttpKernel] Fix non-scalar check in surrogate fragment renderer
      [Debug][ErrorHandler] fix operator precedence
      [Security] Allow redirect after login to absolute URLs
    nicolas-grekas committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    7872a66 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

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

Commits on Jan 1, 2023

  1. Bump license year to 2023

    fabpot committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    73bde88 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

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

Commits on Jan 23, 2023

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

Commits on Jan 24, 2023

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

Commits on Feb 2, 2023

  1. minor #49088 Update license years (last time) (fabpot)

    This PR was squashed before being merged into the 5.4 branch.
    
    Discussion
    ----------
    
    Update license years (last time)
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | no
    | New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
    | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
    | Tickets       | n/a
    
    Commits
    -------
    
    89f86de567 Fix LICENSE CI check
    d2e034abf0 Update license years (last time)
    fabpot committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    e5f2f51 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

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

Commits on Feb 13, 2023

  1. Fix some phpdoc

    alamirault authored and fabpot committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    144cb62 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

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

Commits on Feb 16, 2023

  1. CS fix

    nicolas-grekas committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    078e9a5 View commit details
    Browse the repository at this point in the history
Loading