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

Commits on Aug 9, 2024

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

Commits on Aug 18, 2024

  1. Merge pull request #537 from clue-labs/nullable-v1

    [1.x] Improve PHP 8.4+ support by avoiding implicitly nullable types
    WyriHaximus authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    c4855ce View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Fix expected error code in tests when ext-sockets is not enabled

    This is a backport of #532 and corrects an oversight introduced in #482.
    lucasnetau authored and WyriHaximus committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e0ab174 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #539 from WyriHaximus-labs/1.x-fix-expected-error-…

    …code-in-tests-when-ext-sockets-is-not-enabled
    
    Fix expected error code in tests when ext-sockets is not enabled
    clue authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f2b8bf3 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Allow underscore character in Uri host

    I don't understand why this validity check has be added.
    Has per rfc 2181
    (https://datatracker.ietf.org/doc/html/rfc2181#section-11), underscore
    are valid character to use in an uri host.
    
    For my specific usage, it broke for requests using docker internal
    hostnames.
    
    added test to prevent regression on URI containing underscore in host
    lulhum authored and clue committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    888e3c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #524 from lulhum/lulhum-uri-allow-underscore

    Allow underscore character in Uri host
    WyriHaximus authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    71c0e5c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Prepare v1.11.0 release

    clue committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    8db02de View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. [1.x] Run tests on PHP 8.4 and update test environment

    Builds on top of #508 by porting #543 to v1.
    WyriHaximus committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    1b6fce3 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. Merge pull request #546 from WyriHaximus-labs/1.x-8-4-test-env

    [1.x] Run tests on PHP 8.4 and update test environment
    clue authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    b489e05 View commit details
    Browse the repository at this point in the history
Loading