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: v1.11.0
Choose a base ref
...
head repository: reactphp/http
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.x
Choose a head ref
  • 18 commits
  • 100 files changed
  • 6 contributors

Commits on May 16, 2024

  1. Hello 3.x development branch

    Once this PR is merged, we can start working on the new [v3.0.0 milestone](https://github.com/reactphp/http/milestone/37). The default
     branch will be `3.x` and the old `1.x` branch still stay in place at least until `3.0.0` is released.
    
    Refs:
    Road map ticket for http: #517
    Plans for ReactPHP v3: https://github.com/orgs/reactphp/discussions/481
    PR templated from: friends-of-reactphp/mysql#185
    WyriHaximus committed May 16, 2024
    Configuration menu
    Copy the full SHA
    dfbeef0 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Merge pull request #527 from WyriHaximus-labs/3.x-development

    Hello `3.x` development branch
    SimonFrings authored May 17, 2024
    Configuration menu
    Copy the full SHA
    d8c1aa4 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    53f935e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6956fe2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #528 from clue-labs/drop-server

    Drop deprecated `Server` class, use `HttpServer` instead
    WyriHaximus authored May 24, 2024
    Configuration menu
    Copy the full SHA
    170547b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #529 from clue-labs/drop-browser-alternative

    Drop deprecated alternative `Browser` constructor argument order
    WyriHaximus authored May 24, 2024
    Configuration menu
    Copy the full SHA
    da8ee09 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Update to require PHP 7.1+

    clue committed May 27, 2024
    Configuration menu
    Copy the full SHA
    acd2e14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cbe56e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    012ee77 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Merge pull request #530 from clue-labs/php7.1

    Update to require PHP 7.1+
    WyriHaximus authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    212382c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

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

Commits on Aug 9, 2024

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

Commits on Aug 18, 2024

  1. Merge pull request #536 from clue-labs/nullable-v3

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

Commits on Aug 27, 2024

  1. Merge pull request #532 from lucasnetau/patch-1

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

Commits on Nov 20, 2024

  1. Allow underscore character in Uri host

    lulhum authored and clue committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    559c30d View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Merge pull request #540 from clue-labs/underscore-v3

    [3.x] Allow underscore character in Uri host
    WyriHaximus authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    fc5f0a6 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

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

Commits on May 29, 2025

  1. Merge pull request #543 from PaulRotmann/PHP8.4

    Run tests on PHP 8.4 and update test environment
    WyriHaximus authored May 29, 2025
    Configuration menu
    Copy the full SHA
    11b03a2 View commit details
    Browse the repository at this point in the history
Loading