php-src/ext/posix
Peter Kokot ff2b50889c
Refactor checks for fpathconf and pathconf
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
2023-11-20 13:39:21 +00:00
..
tests ext/posix: posix_isatty() fix use-of-uninitialized-value (#11676) 2023-07-11 23:55:18 +01:00
config.m4 Refactor checks for fpathconf and pathconf 2023-11-20 13:39:21 +00:00
CREDITS
php_posix.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
posix.c Refactor checks for fpathconf and pathconf 2023-11-20 13:39:21 +00:00
posix.stub.php Refactor checks for fpathconf and pathconf 2023-11-20 13:39:21 +00:00
posix_arginfo.h Refactor checks for fpathconf and pathconf 2023-11-20 13:39:21 +00:00