-
Notifications
You must be signed in to change notification settings - Fork 8k
fpm acl build fix for the older apis as there are no user/group acl s… #8395
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
|
cc @bukka |
cb958f5 to
7e4b04d
Compare
bukka
left a comment
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.
So just gave it a try and it actually disables acl for me on Ubuntu 20.04 with libacl1-dev 2.2.53-6. Without this patch it gets enabled and the test sapi/fpm/tests/socket-uds-acl.phpt still works. I think the issue is that your check doesn't actually link the library which is necessary in my case.
7e4b04d to
a86f548
Compare
a86f548 to
e66f857
Compare
5add5bc to
a3cf628
Compare
a3cf628 to
525456a
Compare
|
It's all good and ready to be merged. Just need to pick the right branch. Could you just clarify what this is exactly fixes? I see MacOS in the branch name so is that fixing ACL on MacOS? Any specific reason why you based it on master? |
|
Yes indeed macos supports the acl api but an old subset one (no user/group support). For the branch no idea I may have posted the PR w/o changing the target. |
|
Ok thanks - merged as ef06f0f to PHP-8.0+ |
…upport