8000 Comparing v7.1.6...v7.1.7 · symfony/http-client · GitHub
[go: up one dir, main page]

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/http-client
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/http-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.1.7
Choose a head ref
  • 7 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 25, 2024

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

Commits on Oct 29, 2024

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

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    aa7bebe View commit details
    Browse the repository at this point in the history
  2. bug #58704 [HttpClient] fix for HttpClientDataCollector fails if proc…

    …_open is disabled via php.ini (ZaneCEO)
    
    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [HttpClient] fix for HttpClientDataCollector fails if proc_open is disabled via php.ini
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix #58700
    | License       | MIT
    
    [HttpClientDataCollector::escapePayload](https://github.com/symfony/symfony/blob/7.1/src/Symfony/Component/HttpClient/DataCollector/HttpClientDataCollector.php#L256) creates a `new Process()` -> it fails if `proc_open` is disabled:
    
    > The Process class relies on proc_open, which is not available on your PHP installation.
    
    symfony/symfony#58700
    
    Commits
    -------
    
    e28af345004 [HttpClient] Fix Process-based escaping in HttpClientDataCollector
    48980a2f05a fix for HttpClientDataCollector fails if proc_open is disabled via php.ini . Closes #58700
    nicolas-grekas committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    224124d View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.4' into 7.1

    * 6.4:
      [HttpClient] Fix Process-based escaping in HttpClientDataCollector
      fix for HttpClientDataCollector fails if proc_open is disabled via php.ini . Closes #58700
      Bump Symfony version to 6.4.14
      Update VERSION for 6.4.13
      Update CHANGELOG for 6.4.13
      Bump Symfony version to 5.4.46
      Update VERSION for 5.4.45
      Update CONTRIBUTORS for 5.4.45
      Update CHANGELOG for 5.4.45
    nicolas-grekas committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    5962356 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Merge branch '5.4' into 6.4

    * 5.4:
      Do not read from argv on non-CLI SAPIs
      [Process] Use %PATH% before %CD% to load the shell on Windows
      [HttpFoundation] Reject URIs that contain invalid characters
      [HttpClient] Filter private IPs before connecting when Host == IP
    nicolas-grekas committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    05d88cb View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.1

    * 6.4:
      Do not read from argv on non-CLI SAPIs
      [Process] Use %PATH% before %CD% to load the shell on Windows
      [HttpFoundation] Reject URIs that contain invalid characters
      [HttpClient] Filter private IPs before connecting when Host == IP
    < 6219 div class="d-flex flex-items-center mt-1" >
    nicolas-grekas committed Nov 5, 2024
Configuration menu
Copy the full SHA
90ab2a4 View commit details
Browse the repository at this point in the history
Loading
0