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

Breaks unexpectedly (randomly) in PHP 8.2 #107

Closed
withinboredom opened this issue May 28, 2023 · 2 comments
Closed

Breaks unexpectedly (randomly) in PHP 8.2 #107

withinboredom opened this issue May 28, 2023 · 2 comments

Comments

@withinboredom
Copy link

The exception:

FiberError: Cannot switch fibers in current execution context

Caused by this PR in PHP: php/php-src#9028

Can be resolved by switching to PHP 8.1.

@kelunik
Copy link
Member

kelunik commented May 28, 2023

Are you using tick functions?

@withinboredom
Copy link
Author

I'm using the driverless implementation (stream-select) and it seems to have been a totally unrelated bug in my code that was causing this issue. Since fixing the bug, I haven't run into it. I'm going to close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants