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

Commits on Feb 10, 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/socket/milestone/43). 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 socket: #312
    Plans for ReactPHP v3: https://github.com/orgs/reactphp/discussions/481
    PR templated from: friends-of-reactphp/mysql#185
    WyriHaximus committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    86fe3ca View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

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

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

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    3edb7b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7e3b55 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Merge pull request #314 from clue-labs/drop-server

    Drop deprecated `Server` class, use `SocketServer` instead
    WyriHaximus authored May 23, 2024
    Configuration menu
    Copy the full SHA
    874deeb View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Merge pull request #315 from clue-labs/drop-connector-alternative

    Drop deprecated alternative `Connector` constructor argument order
    WyriHaximus authored May 31, 2024
    Configuration menu
    Copy the full SHA
    a2b4fe1 View commit details
    Browse the repository at this point in the history
  2. Update to require PHP 7.1+

    clue committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d15b8df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8c9d42 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    3523f51 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #316 from clue-labs/php7.1

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

Commits on Jul 4, 2024

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

Commits on Jul 25, 2024

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

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

Commits on Feb 28, 2025

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

Commits on Mar 12, 2025

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

    Run tests on PHP 8.4 and update test environment
    clue authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    be164ba View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

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

Commits on May 1, 2025

  1. Merge pull request #323 from clue-labs/pcov

    Update test suite to use PCOV to avoid segfault with Xdebug 3.4.2
    WyriHaximus authored May 1, 2025
    Configuration menu
    Copy the full SHA
    78ebd28 View commit details
    Browse the repository at this point in the history
Loading