History log of /PHP-8.3/ext/posix/tests/posix_fpathconf.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# 39ef5ca3 10-Jul-2023 George Peter Banyard

Add tests for uncastable streams and dataloss streams (#10173)

And suppress the nonsensical warnings by passing the PHP_STREAM_CAST_INTERNAL flag.


# 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.


# 55d19eee 07-Jan-2023 David Carlier

posix adding posix_fpathconf.

follow-up on GH-10238 but with the file descriptor flavor.

Close GH-10253