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/process
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.1.6
Choose a base ref
...
head repository: symfony/process
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.2.0-BETA1
Choose a head ref
  • 15 commits
  • 18 files changed
  • 7 contributors

Commits on May 29, 2024

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

Commits on May 31, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      Remove subtree split checks
      Remove subtree split checks
      Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
      [SecurityBundle] Fix `container.build_hash` parameter binding
      [Serializer] Fix denormalizing a collection of union types
      [DoctrineBridge] Fix `UniqueEntityValidator` with proxy object
    fabpot committed May 31, 2024
    Configuration menu
    Copy the full SHA
    33347a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

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

Commits on Jun 20, 2024

  1. Prefix all sprintf() calls

    derrabus committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    6f5cb98 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

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

Commits on Jul 6, 2024

  1. Update .gitattributes

    fabpot committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    5c9cf89 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      Fix ProcessTest - testIgnoringSignal for local
      [Console][PhpUnitBridge][VarDumper] Fix `NO_COLOR` empty value handling
      [Translation] Fix CSV escape char in `CsvFileLoader` on PHP >= 7.4
      [DoctrineBridge] fix messenger bus dispatch inside an active transaction
      [HttpFoundation] Add tests for uncovered sections
      treat uninitialized properties referenced by property paths as null
      [PropertyInfo] Check if property is nullable when using `ReflectionExtractor`
      properly set up constraint options
      [ErrorHandler][VarDumper] Remove PHP 8.4 deprecations
      move adding detailed JSON error messages to the validate phase
      [Profiler] Add word wrap in tables in dialog to see all the text
      [Core] Fix & Enhance security arabic translation.
      [HttpFoundation] Add tests for `MethodRequestMatcher` and `SchemeRequestMatcher`
    nicolas-grekas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    3ff7583 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

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

Commits on Sep 8, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      Mitigate PHPUnit deprecations
      [TwigBundle] Add support for resetting globals between HTTP requests
      [Process] Fix backwards compatibility for invalid commands
      Mitigate PHPUnit deprecations
      [Cache] Fix compatibility with Redis 6.1.0 pre-releases
      [Validator] Add Catalan and Spanish translation for `Week` constraint
      Don't use is_resource() on non-streams
      [Ldap] Fix extension deprecation
    derrabus committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    8f32ef9 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      fix merge
      [Intl] Update ICU data from 74.1 to 75.1
      use DeprecatedCallableInfo for Twig callables if possible
      [Filesystem] Add a warning about `chown()` and `chgrp()` on Windows
      [String] Update wcswidth data with Unicode 16
      PhpSubprocess: Add flag PREG_OFFSET_CAPTURE to preg_match to identify the offset
      Work around parse_url() bug
      [Ldap] Clean `ldap_connect()` call in `LdapTestCase`
      [HttpFoundation] Update links for X-Accel-Redirect and fail properly when X-Accel-Mapping is missing
    xabbuh committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    6dc352c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

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

Commits on Sep 17, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      [Process] minor fix
      [Process] Fix finding executables independently of open_basedir
      [HttpKernel] Skip logging uncaught exceptions in ErrorHandler, assume $kernel->terminateWithException() will do it
      [Serializer] Fix for method named `get()`
      [Notifier][TurboSMS] Process partial accepted response from transport
      parse empty sequence elements as null
      [HttpClient] Fix setting CURLMOPT_MAXCONNECTS
      throw a meaningful exception when parsing dotenv files with BOM
      [FrameworkBundle] Fix schema & finish incomplete tests for lock & semaphore config
      [Cache] Fix RedisSentinel params types
      [FrameworkBundle] Fix service reset between tests
      [Uid][Serializer][Validator] Mention RFC 9562
      make sure temp files can be cleaned up on Windows
    nicolas-grekas committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    44d8342 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      Make more data providers static
    derrabus committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f36d05c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      Add PR template and auto-close PR on subtree split repositories
    nicolas-grekas committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7dfaeb8 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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