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

Commits on Jan 26, 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/event-loop/milestone/15). 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 event-loop: #271
    Plans for ReactPHP v3: https://github.com/orgs/reactphp/discussions/481
    PR templated from: friends-of-reactphp/mysql#185
    WyriHaximus committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    1860102 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #272 from WyriHaximus-labs/3.x-development

    Hello `3.x` development branch
    clue authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    e86b09e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

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

Commits on Feb 5, 2024

  1. Merge pull request #273 from clue-labs/legacy-extensions

    Drop deprecated `ExtLibeventLoop` and `ExtLibevLoop` (PHP 5 only)
    WyriHaximus authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    862cdc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10cc239 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Merge pull request #274 from clue-labs/drop-factory

    Drop deprecated `Factory`, use `Loop` instead
    SimonFrings authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    229fb29 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Update to require PHP 7.1+

    WyriHaximus authored and clue committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d3c1052 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e95a017 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cde4017 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Merge pull request #276 from WyriHaximus-labs/3.x-raise-minimum-php-v…

    …ersion-to-7.1PLUS
    
    Update to require PHP 7.1+
    WyriHaximus authored May 23, 2024
    Configuration menu
    Copy the full SHA
    f2fb5a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

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

Commits on Jul 24, 2025

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

    Run tests on PHP 8.4 and update test environment + PCOV to avoid segfault with Xdebug 3.4.2
    WyriHaximus authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    2a20bf3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2025

  1. Configuration menu
    Copy the full SHA
    941af79 View commit details
    Browse the repository at this point in the history
  2. [3.x] Fix ext-uv int into float overflow logic for PHP8.5

    This code introduced in #196 relied on behavior that has been changed in PHP8.5 by: https://wiki.php.net/rfc/warnings-php-8-5#casting_out_of_range_floats_to_int
    WyriHaximus committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    5d698a2 View commit details
    Browse the repository at this point in the history
  3. [3.x] Fix reflection setAccessible deprecatoin warnings

    In PHP8.1 ReflectionProperty::setAccessible was made a no-op through https://wiki.php.net/rfc/make-reflection-setaccessible-no-op in PHP8.5 it is now throwing a deprecation warning by: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_reflectionsetaccessible
    WyriHaximus committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    d1a83a2 View commit details
    Browse the repository at this point in the history
  4. [3.x] Fix SPL SplObjectStorage deprecations

    in PHP8.5 the SplObjectStorage::contains, SplObjectStorage::attach, and SplObjectStorage::detach methods have been deprecated through https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_splobjectstoragecontains_splobjectstorageattach_and_splobjectstoragedetach
    WyriHaximus committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    143445e View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. Merge pull request #281 from WyriHaximus-labs/3.x-PHP8.5

    [3.x] Improve PHP 8.5+ support by avoiding deprecated method calls
    clue authored Nov 17, 2025
    Configuration menu
    Copy the full SHA
    f4c53d9 View commit details
    Browse the repository at this point in the history
Loading