mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
rlimit constants update related to php 8.0.2 update (#436)
This commit is contained in:
parent
eff487cfb3
commit
a6231c4c8b
1 changed files with 24 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue