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: v6.0.0
Choose a base ref
...
head repository: symfony/process
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.2
Choose a head ref
  • 12 commits
  • 4 files changed
  • 4 contributors

Commits on Dec 11, 2021

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

    * 4.4:
      [HttpClient] Don't ignore errors from curl_multi_exec()
      [HttpClient] Double check if handle is complete
      CI for macOS
      [DependencyInjection] Resolve ChildDefinition in AbstractRecursivePass
      [Process] fixed uppercase ARGC and ARGV should also be skipped
      [FrameworkBundle] Fix cache pool configuration with one adapter and one provider
      Missing translations for Belarusian (be) #41032
    derrabus committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    bae6f53 View commit details
    Browse the repository at this point in the history
  3. Merge branch '5.3' into 5.4

    * 5.3:
      [HttpClient] Don't ignore errors from curl_multi_exec()
      [HttpClient] Double check if handle is complete
      CI for macOS
      [DependencyInjection] Resolve ChildDefinition in AbstractRecursivePass
      [Translation] [Bridge] [Lokalise] Fix push keys to lokalise. Closes #…
      [PropertyAccess] Fix accessing public property in Object
      [Process] fixed uppercase ARGC and ARGV should also be skipped
      [PropertyAccess] Add tests accessing public (dynamic) properties
      [Mailer] Update docs for sendmail -t
      [FrameworkBundle] Fix cache pool configuration with one adapter and one provider
      [FrameworkBundle] Use correct cookie domain in loginUser()
      Missing translations for Belarusian (be) #41032
    derrabus committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    bf0e245 View commit details
    Browse the repository at this point in the history
  4. Merge branch '5.4' into 6.0

    * 5.4:
      [HttpClient] Don't ignore errors from curl_multi_exec()
      [HttpClient] Double check if handle is complete
      CI for macOS
      [DependencyInjection] Resolve ChildDefinition in AbstractRecursivePass
      [Translation] [Bridge] [Lokalise] Fix push keys to lokalise. Closes #…
      [PropertyAccess] Fix accessing public property in Object
      [Process] fixed uppercase ARGC and ARGV should also be skipped
      [PropertyAccess] Add tests accessing public (dynamic) properties
      [Mailer] Update docs for sendmail -t
      [FrameworkBundle] Fix cache pool configuration with one adapter and one provider
      [FrameworkBundle] Use correct cookie domain in loginUser()
      Missing translations for Belarusian (be) #41032
    derrabus committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    b02749b View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. CS fixes

    nicolas-grekas committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    ff1cabb View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.4' into 5.3

    * 4.4:
      [Cache] Fix saving items with no expiration through ProxyAdapter
      CS fixes
      [Cache] disable lock on CLI
      [VarDumper] add more "transient-on-macos" groups
    nicolas-grekas committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    fb57120 View commit details
    Browse the repository at this point in the history
  3. Merge branch '5.3' into 5.4

    * 5.3:
      [5.3] cs fixes
      [Cache] Fix saving items with no expiration through ProxyAdapter
      CS fixes
      [HttpClient] Fix tracing requests made after calling withOptions()
      [Cache] disable lock on CLI
      [VarDumper] add more "transient-on-macos" groups
    nicolas-grekas committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    9a5dd51 View commit details
    Browse the repository at this point in the history
  4. Merge branch '5.4' into 6.0

    * 5.4:
      [5.4] cs fixes
      [5.3] cs fixes
      [Cache] Fix saving items with no expiration through ProxyAdapter
      CS fixes
      [HttpClient] Fix tracing requests made after calling withOptions()
      [Cache] disable lock on CLI
      Revert "feature #41989 [Cache] make `LockRegistry` use semaphores when possible (nicolas-grekas)"
      [HttpKernel] fix how configuring log-level and status-code by exception works
      [VarDumper] add more "transient-on-macos" groups
    nicolas-grekas committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    00b8863 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

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

Commits on Dec 27, 2021

  1. Merge branch '4.4' into 5.3

    * 4.4:
      [Cache] fix compat with apcu < 5.1.10
      Run `open_basedir` tests in separate processes
    derrabus committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    bcd167b View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.3' into 5.4

    * 5.3:
      Fix param annotation in HttpKernelBrowser
      [Cache] fix compat with apcu < 5.1.10
      Run `open_basedir` tests in separate processes
    derrabus committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    2b3ba87 View commit details
    Browse the repository at this point in the history
  3. Merge branch '5.4' into 6.0

    * 5.4:
      [Profiler] relax return type for memory data collector
      Fix param annotation in HttpKernelBrowser
      [Cache] fix compat with apcu < 5.1.10
      Expand FormView key to include int
      [PropertyInfo] PhpStan extractor nested object fix
      [Console] Fix autocompletion of argument with default value
      Run `open_basedir` tests in separate processes
    derrabus committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    71da2b7 View commit details
    Browse the repository at this point in the history
Loading