-
Notifications
You must be signed in to change notification settings - Fork 365
feat: add support for PHP timeouts on Linux #128
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
Conversation
ldconfig && \ | ||
php --version | ||
|
||
FROM php-base AS builder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had a feeling this would happen :)
Does this impact #133 by any chance?
I just saw 8.2.2 was released, so is this still needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, we'll still need this until php/php-src#10141 isn't merged and included in a stable release. At least if we want timeouts support.
4c56cb6
to
9ecad92
Compare
9ecad92
to
f45263f
Compare
c866ec3
to
9ff772a
Compare
The last commit contains a refactoring of the worker code. It fixes an existing problem: in |
This patch adds support for PHP timeouts (require a patch to PHP).
It also fixes some potential goroutine leaks in worker mode and contains a refactoring of the worker code.
TODO: