History log of /php-src/ext/posix/tests/posix_pathconf.phpt (Results 1 – 4 of 4)
Revision Date Author Comments
# 5853cdb7 20-Aug-2024 Gina Peter Bnayard

Use "must not" instead of "cannot" wording


# dee39518 16-Jan-2023 David Carlier

posix detects posix_pathconf api.

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

Closes GH-10350.


# 61cf7d49 07-Jan-2023 David Carlier

posix_pathconf throwing ValueError on empty path


# 69d49e4d 05-Jan-2023 David Carlier

posix adding posix_pathconf.

to get configuration variables from a directory/file.
Closes GH-10238.