-
Notifications
You must be signed in to change notification settings - Fork 7.8k
PHP 8.3.0RC1 borked socket-close-on-exec.phpt #12077
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
Comments
Locally getting the same problem
|
Hmm looks like Alpine (Busybox) does support pid param in lsof by the look of it. Or is there support for that? If not, we should probably skip it... |
Yeah I just tested it and seems like lsof does not accept any params on alpine (tested with nginx:alpine) and it always gives the same result no matter what I do |
Thank you! It solved by installing http://lists.busybox.net/pipermail/busybox/2020-February/087781.html I found no replies to add -p argument( |
@bukka nice idea! it works, thank you
|
Ouch, I just wanted to take a look into this but it seems already fixed. |
Not your fault. It is more an issue that we don't have Alpine run in our CI. There were few unsuccessful attempts but we should probably look into it more as it those sort of issues happen quite often. I will try to find some time next month to maybe give it another try. |
Description
The 8.3.0RC1 borked
sapi/fpm/tests/socket-close-on-exec.phpt
test on all archesResulted in this output:
But it was working in beta3, ref https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/50709
PHP Version
PHP 8.3.0RC1
Operating System
Alpinelinux
The text was updated successfully, but these errors were encountered: