rlimit constants update related to php 8.0.2 update (#436)

This commit is contained in:
David CARLIER 2021-09-23 14:01:12 +01:00 committed by GitHub
parent eff487cfb3
commit a6231c4c8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -355,6 +355,30 @@
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="constant.posix-rlimit-kqueues">
<term>
<constant>POSIX_RLIMIT_KQUEUES</constant>
(<type>int</type>)
</term>
<listitem>
<simpara>
The maximum number of kqueues this user id is allowed to create (FreeBSD).
Available as of PHP 8.1.0.
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="constant.posix-rlimit-npts">
<term>
<constant>POSIX_RLIMIT_NPTS</constant>
(<type>int</type>)
</term>
<listitem>
<simpara>
The maximum number of pseudo-terminals this user id is allowed to create (FreeBSD).
Available as of PHP 8.1.0.
</simpara>
</listitem>
</varlistentry>
</variablelist>
</section>
</appendix>