History log of /php-src/ext/posix/tests/posix_sysconf.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# ca5fd055 02-Nov-2024 David Carlier

ext/posix: adding POSIX_SC_OPEN_MAX constant.

returns the number of file descriptors that a process can handle.
e.g. useful after pcntl_fork() to close all the file descriptors up
to

ext/posix: adding POSIX_SC_OPEN_MAX constant.

returns the number of file descriptors that a process can handle.
e.g. useful after pcntl_fork() to close all the file descriptors up
to that boundary.

close GH-16681

show more ...


# a5a8b5ff 04-Sep-2022 David Carlier

posix add sysconf call.

providing handful of common and most used constants.

Closes GH-9481.