-
-
Notifications
You must be signed in to change notification settings - Fork 131
Comparing changes
Open a pull request
base repository: reactphp/event-loop
base: v1.5.0
head repository: reactphp/event-loop
compare: v1.6.0
- 8 commits
- 7 files changed
- 3 contributors
Commits on Oct 25, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 27b6f63 - Browse repository at this point
Copy the full SHA 27b6f63View commit details -
Merge pull request #280 from WyriHaximus-labs/1.x-PHP-8.4
Run tests on PHP 8.4 and update test environment
Configuration menu - View commit details
-
Copy full SHA for cfc7ad3 - Browse repository at this point
Copy the full SHA cfc7ad3View commit details
Commits on Nov 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cbc17ca - Browse repository at this point
Copy the full SHA cbc17caView commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for aa908f9 - Browse repository at this point
Copy the full SHA aa908f9View commit details
Commits on Nov 10, 2025
-
[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
Configuration menu - View commit details
-
Copy full SHA for d238022 - Browse repository at this point
Copy the full SHA d238022View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 81bd563 - Browse repository at this point
Copy the full SHA 81bd563View commit details
Commits on Nov 17, 2025
-
Merge pull request #282 from WyriHaximus-labs/1.x-php-8.5
[1.x] Improve PHP 8.5+ support by avoiding deprecated method calls
Configuration menu - View commit details
-
Copy full SHA for 78a5d4e - Browse repository at this point
Copy the full SHA 78a5d4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba276bd - Browse repository at this point
Copy the full SHA ba276bdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.5.0...v1.6.0