-
-
Notifications
You must be signed in to change notification settings - Fork 131
Comparing changes
Open a pull request
base repository: reactphp/event-loop
base: ba276bd
head repository: reactphp/event-loop
compare: f4c53d9
- 17 commits
- 32 files changed
- 4 contributors
Commits on Jan 26, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 1860102 - Browse repository at this point
Copy the full SHA 1860102View commit details -
Merge pull request #272 from WyriHaximus-labs/3.x-development
Hello `3.x` development branch
Configuration menu - View commit details
-
Copy full SHA for e86b09e - Browse repository at this point
Copy the full SHA e86b09eView commit details
Commits on Feb 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8180e67 - Browse repository at this point
Copy the full SHA 8180e67View commit details
Commits on Feb 5, 2024
-
Merge pull request #273 from clue-labs/legacy-extensions
Drop deprecated `ExtLibeventLoop` and `ExtLibevLoop` (PHP 5 only)
Configuration menu - View commit details
-
Copy full SHA for 862cdc4 - Browse repository at this point
Copy the full SHA 862cdc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10cc239 - Browse repository at this point
Copy the full SHA 10cc239View commit details
Commits on Feb 6, 2024
-
Merge pull request #274 from clue-labs/drop-factory
Drop deprecated `Factory`, use `Loop` instead
Configuration menu - View commit details
-
Copy full SHA for 229fb29 - Browse repository at this point
Copy the full SHA 229fb29View commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d3c1052 - Browse repository at this point
Copy the full SHA d3c1052View commit details -
Configuration menu - View commit details
-
Copy full SHA for e95a017 - Browse repository at this point
Copy the full SHA e95a017View commit details -
Configuration menu - View commit details
-
Copy full SHA for cde4017 - Browse repository at this point
Copy the full SHA cde4017View commit details
Commits on May 23, 2024
-
Merge pull request #276 from WyriHaximus-labs/3.x-raise-minimum-php-v…
…ersion-to-7.1PLUS Update to require PHP 7.1+
Configuration menu - View commit details
-
Copy full SHA for f2fb5a2 - Browse repository at this point
Copy the full SHA f2fb5a2View commit details
Commits on Jul 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0b2a3c3 - Browse repository at this point
Copy the full SHA 0b2a3c3View commit details
Commits on Jul 24, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 2a20bf3 - Browse repository at this point
Copy the full SHA 2a20bf3View commit details
Commits on Nov 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 941af79 - Browse repository at this point
Copy the full SHA 941af79View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 5d698a2 - Browse repository at this point
Copy the full SHA 5d698a2View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for d1a83a2 - Browse repository at this point
Copy the full SHA d1a83a2View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 143445e - Browse repository at this point
Copy the full SHA 143445eView commit details
Commits on Nov 17, 2025
-
Merge pull request #281 from WyriHaximus-labs/3.x-PHP8.5
[3.x] Improve PHP 8.5+ support by avoiding deprecated method calls
Configuration menu - View commit details
-
Copy full SHA for f4c53d9 - Browse repository at this point
Copy the full SHA f4c53d9View 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 ba276bd...f4c53d9