php-src/ext/posix
David Carlier ca5fd05536
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
2024-11-02 14:28:07 +00:00
..
tests ext/posix: adding POSIX_SC_OPEN_MAX constant. 2024-11-02 14:28:07 +00:00
config.m4 Merge branch 'PHP-8.3' 2024-08-21 15:57:33 +02:00
CREDITS
php_posix.h Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
posix_arginfo.h ext/posix: adding POSIX_SC_OPEN_MAX constant. 2024-11-02 14:28:07 +00:00
posix.c Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
posix.stub.php ext/posix: adding POSIX_SC_OPEN_MAX constant. 2024-11-02 14:28:07 +00:00