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.5.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: v1.6.0
Choose a head ref
  • 8 commits
  • 7 files changed
  • 3 contributors

Commits on Oct 25, 2025

  1. Run tests on PHP 8.4 and update test environment

    Builds on top of #269, #270 and reactphp/socket#323 by backporting #279 to v1.
    WyriHaximus committed Oct 25, 2025
    Configuration menu
    Copy the full SHA
    27b6f63 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #280 from WyriHaximus-labs/1.x-PHP-8.4

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

Commits on Nov 8, 2025

  1. Configuration menu
    Copy the full SHA
    cbc17ca View commit details
    Browse the repository at this point in the history
  2. [1.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
    aa908f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. [1.x] Fix reflection setAccessible deprecation 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 10, 2025
    Configuration menu
    Copy the full SHA
    d238022 View commit details
    Browse the repository at this point in the history
  2. [1.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 10, 2025
    Configuration menu
    Copy the full SHA
    81bd563 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. Merge pull request #282 from WyriHaximus-labs/1.x-php-8.5

    [1.x] Improve PHP 8.5+ support by avoiding deprecated method calls
    clue authored Nov 17, 2025
    Configuration menu
    Copy the full SHA
    78a5d4e View commit details
    Browse the repository at this point in the history
  2. Prepare v1.6.0 release

    clue committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    ba276bd View commit details
    Browse the repository at this point in the history
Loading