From ebca8deaaf3d7518bfe2fb135b331d9901d9134d Mon Sep 17 00:00:00 2001 From: David Carlier Date: Sat, 16 Jan 2021 11:54:35 +0000 Subject: posix: adding freebsd specific rlimit constants Respectively number of kqueues, pty limits per user. Closes GH-6608. --- UPGRADING | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'UPGRADING') diff --git a/UPGRADING b/UPGRADING index a73b350388..1b2fafcbc7 100644 --- a/UPGRADING +++ b/UPGRADING @@ -120,6 +120,10 @@ PHP 8.1 UPGRADE NOTES echo $h, "\n"; ``` +- Posix: + . Added POSIX_RLIMIT_KQUEUES and POSIX_RLIMIT_NPTS. These rlimits are only + available on FreeBSD. + ======================================== 3. Changes in SAPI modules ======================================== -- cgit v1.2.1