Skip to content

posix detects posix_pathconf api. #10350

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

Closed
wants to merge 1 commit into from

Conversation

devnexen
Copy link
Member

alpine linux throws undefined reference at build time, thus
not assuming it s necessarily available.

alpine linux throws undefined reference at build time, thus
 not assuming it s necessarily available.
@devnexen devnexen marked this pull request as ready for review January 17, 2023 07:37
@nielsdos
Copy link
Member

Code looks good to me :)

@devnexen devnexen requested a review from Girgias January 20, 2023 18:46
@devnexen devnexen closed this in dee3951 Jan 23, 2023
petk added a commit to petk/php-src that referenced this pull request Jul 23, 2023
These two might not be available everywhere so we check them in
config.m4 when doing the configure step.

Constants that are defined into main/php_config.h:
HAVE_FPATHCONF
HAVE_PATHCONF

Implemented via phpGH-10238
Related to phpGH-10350
petk added a commit to petk/php-src that referenced this pull request Nov 19, 2023
These two might not be available everywhere so we check them in
config.m4 when doing the configure step.

Constants that are defined into main/php_config.h:
HAVE_FPATHCONF
HAVE_PATHCONF

Implemented via phpGH-10238
Related to phpGH-10350
Fixes phpGH-12725
petk added a commit to petk/php-src that referenced this pull request Nov 19, 2023
These two might not be available everywhere so we check them in
config.m4 when doing the configure step. Check is skipped for musl libc
due to limited implementation.

Constants that are defined into main/php_config.h:
HAVE_FPATHCONF
HAVE_PATHCONF

Implemented via phpGH-10238
Related to phpGH-10350
Fixes phpGH-12725
bukka pushed a commit that referenced this pull request Nov 20, 2023
These two might not be available everywhere so we check them in
config.m4 when doing the configure step. Check is skipped for musl libc
due to limited implementation.

Constants that are defined into main/php_config.h:
HAVE_FPATHCONF
HAVE_PATHCONF

Implemented via GH-10238
Related to GH-10350
Fixes GH-12725
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.

3 participants