Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop deprecated ExtLibeventLoop and ExtLibevLoop (PHP 5 only) #273

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

clue
Copy link
Member

@clue clue commented Feb 2, 2024

This simple changeset drops the legacy and long deprecated ExtLibeventLoop (ext-libevent) and ExtLibevLoop (ext-libev) loop implementations. Both extensions will be used only on legacy PHP 5 and never received any updates for PHP 7+. The ExtLibeventLoop has been replaced by ExtEventLoop, while ExtLibevLoop has been replaced by ExtEvLoop, both of which continue to be fully supported. As a consequence, while technically a BC break, there is little chance this will affect any existing projects.

Once merged, I will update the project to require PHP 7.1+ as discussed in #271 in a follow-up PR. I'm also going to clean up the test matrix now that most of the legacy cruft has been removed (see countless hours spent on #230, #264, #268, #270, and many others).

Builds on top of #234, #128, #127, #62, #55, #40, and others

@clue clue added the BC break label Feb 2, 2024
@clue clue added this to the v3.0.0 milestone Feb 2, 2024
Copy link
Member

@WyriHaximus WyriHaximus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really happy to see all these old event loops be removed :shipit:

@WyriHaximus WyriHaximus merged commit 862cdc4 into reactphp:3.x Feb 5, 2024
31 checks passed
@clue clue deleted the legacy-extensions branch February 5, 2024 10:46
WilliamDEdwards added a commit to WilliamDEdwards/docs that referenced this pull request Jun 6, 2024
taylorotwell pushed a commit to laravel/docs that referenced this pull request Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants