Skip to content

Remove nsl library check in sapi/fpm #13478

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

Merged
merged 1 commit into from
Feb 22, 2024
Merged

Remove nsl library check in sapi/fpm #13478

merged 1 commit into from
Feb 22, 2024

Conversation

petk
Copy link
Member

@petk petk commented Feb 22, 2024

In sapi/fpm the inet_ntop is used instead of the deprecated inet_addr and the required library, if needed, is linked from the configure.ac.

Otherwise, I'll probably also recheck the libraries appended in the configure.ac again in the next PRs, because they need to be slightly synced for the inet_ntop and inet_pton usage across the php-src. Currently they rely on other library checks, but that is a separate issue from the sapi/fpm.

In sapi/fpm the inet_ntop is used instead of the deprecated inet_addr
and the required library, if needed, is linked from the configure.ac.
@petk petk merged commit 171e398 into php:master Feb 22, 2024
@petk petk deleted the patch-fpm-libs branch February 23, 2024 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants