-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Backported patch for bug #69860 #1427
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
Comment on behalf of krakjoe at php.net: Since this targets a branch in security fix only status, I'm closing this PR. |
why has this PR been closed? @smalyshev @nikic the patch was never merged and https://bugs.php.net/bug.php?id=69860 is still open |
Might make sense to provide a PR against a maintained version |
It was a PR against a maintained version but ignored for 1.5 years. What's the point of creating a PR targeting 7 or 7.1 if it's gonna be ignored again? |
It's not going to be ignored, I'll merge it myself, target 7.0 please. Sorry it was ignored, we are trying to do better ... |
seems to be rather simple patch, unfortunately I don't know FPM code enough to validate it... |
Maybe @dyeldandi can provide us some clue about it :) |
Hello! I looked into current master and it seems that 7.0 fpm code has been completely rewritten. I'm not sure this bug exists in there anymore. We don't have php7 in our projects (yet?) so I can't even test it under fair load (5.6 is doing thousands of hits per second on 6 machines). However I'm pretty sure a lot of people will still be using 5.6 for quite some time and this issue is a real showstopper for those who have high loaded php-fpm setups, so if it is merged in 5.6 that would help a lot. |
It cannot be merged into a security fix only branch. |
@dyeldandi |
@sunyq |
@dyeldandi In future, one PR against the lowest (supported) branch (in this case 7.0) would suffice :) |
@dyeldandi |
@tpunt |
@dyeldandi
but the original php-fpm server:
I think you almost solved this problem. Could the issue of patched php-fpm be solved ? |
@sunyq |
@dyeldandi
Here is my vhost file:
php-fpm.conf file:
Hope those files can do some help 8) |
@sunyq |
@dyeldandi |
@dyeldandi
and also 2 times of Here is php-fpm status:
So I think you have solved this issue! |
Okey, cool! I updated pull requests. Can anyone please merge them? |
For PHP-5.6 branch