Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Simplify FPM ACL check#13604

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
petk merged 2 commits intophp:masterfrompetk:patch-fpm-acl
Mar 8, 2024
Merged

Simplify FPM ACL check#13604

petk merged 2 commits intophp:masterfrompetk:patch-fpm-acl
Mar 8, 2024

Conversation

petk
Copy link
Member

@petkpetk commentedMar 6, 2024

Instead of running the user/group permissions check (unknown when cross-compiling), check with linking (AC_LINK_IFELSE) can be sufficient to test if ACL_USER and ACL_GROUP are available (missing on macOS). The AC_SEARCH_LIBS is used to test the ACL availability in c or acl library.

Instead of running the user/group permissions check (unknown whencross-compiling), check with linking (AC_LINK_IFELSE) can be sufficientto test if ACL_USER and ACL_GROUP are available (missing on macOS). TheAC_SEARCH_LIBS is used to test the ACL availability in c or acl library.
Copy link
Member

@bukkabukka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I think this makes sense

petk reacted with thumbs up emoji
@petkpetk merged commit1dfba42 intophp:masterMar 8, 2024
@petkpetk deleted the patch-fpm-acl branchMarch 8, 2024 19:38
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@bukkabukkabukka approved these changes

@devnexendevnexendevnexen approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@petk@bukka@devnexen

[8]ページ先頭

©2009-2025 Movatter.jp