Skip to content

Commit a1c5bb7

Browse files
committed
rlimit constants update related to php 8.0.2 update
1 parent e53495b commit a1c5bb7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

reference/posix/constants.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,30 @@
358358
</simpara>
359359
</listitem>
360360
</varlistentry>
361+
<varlistentry xml:id="constant.posix-rlimit-kqueues">
362+
<term>
363+
<constant>POSIX_RLIMIT_KQUEUES</constant>
364+
(<type>int</type>)
365+
</term>
366+
<listitem>
367+
<simpara>
368+
The maximum number of kqueues this user id is allowed to create (FreeBSD).
369+
Available as of PHP 8.1.0.
370+
</simpara>
371+
</listitem>
372+
</varlistentry>
373+
<varlistentry xml:id="constant.posix-rlimit-npts">
374+
<term>
375+
<constant>POSIX_RLIMIT_NPTS</constant>
376+
(<type>int</type>)
377+
</term>
378+
<listitem>
379+
<simpara>
380+
The maximum number of pseudo-terminals this user id is allowed to create (FreeBSD).
381+
Available as of PHP 8.1.0.
382+
</simpara>
383+
</listitem>
384+
</varlistentry>
361385
</variablelist>
362386
</section>
363387
</appendix>

0 commit comments

Comments
 (0)