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: 7.2
Choose a base ref
...
head repository: symfony/process
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 9 files changed
  • 5 contributors

Commits on Dec 12, 2024

  1. chore: PHP CS Fixer fixes

    keradus authored and fabpot committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    724e6c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      [Process] Fix process status tracking
      Prevent empty request body stream in HttplugClient and Psr18Client
      [Lock] Fix Predis error handling
      [HttpClient] Fix buffering AsyncResponse with no passthru
      [TypeInfo] Fix promoted property phpdoc reading
      [HttpClient] Fix retrying requests with Psr18Client and NTLM connections
      [HttpClient] Fix uploading files > 2GB
      [Mime] use isRendered method to avoid rendering an email twice
    nicolas-grekas committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    ed2c645 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      skip transient test on GitHub Actions
      skip transient test on GitHub Actions
      pass CURLOPT_INFILESIZE_LARGE only when supported
    xabbuh committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    acece5e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. [Messenger][Process] add fromShellCommandline to RunProcessMessage

    Allows using the Process::fromShellCommandline when using a RunProcessMessage
    Staormin committed Feb 14, 2025
    Configuration menu
    Copy the full SHA
    2b42be2 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

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

Commits on Mar 13, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      [VarExporter] Fix support for hooks and asymmetric visibility
      [TypeInfo] Fix promoted property with `@var` tag
      fix(process): use a pipe for stderr in pty mode to avoid mixed output between stdout and stderr
      [Cache] fix data collector
    nicolas-grekas committed Mar 13, 2025
    Configuration menu
    Copy the full SHA
    d65479e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

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