diff --git a/reference/posix/constants.xml b/reference/posix/constants.xml
index 62d227f159e2..87e3c77c7e29 100644
--- a/reference/posix/constants.xml
+++ b/reference/posix/constants.xml
@@ -358,6 +358,30 @@
+
+
+ POSIX_RLIMIT_KQUEUES
+ (int)
+
+
+
+ The maximum number of kqueues this user id is allowed to create (FreeBSD).
+ Available as of PHP 8.1.0.
+
+
+
+
+
+ POSIX_RLIMIT_NPTS
+ (int)
+
+
+
+ The maximum number of pseudo-terminals this user id is allowed to create (FreeBSD).
+ Available as of PHP 8.1.0.
+
+
+