[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] [doc-en] master: rlimit constants update related to php 8.0.2 update (#436)
From:       David CARLIER via GitHub <noreply () php ! net>
Date:       2021-09-23 13:00:39
Message-ID: 3fF7ddNRF2ND5bfLYQZPIslZm6GMMxwidew9GfOyC0 () main ! php ! net
[Download RAW message or body]

Author: David CARLIER (devnexen)
Committer: GitHub (web-flow)
Pusher: Girgias
Date: 2021-09-23T14:01:12+01:00

Commit: https://github.com/php/doc-en/commit/a6231c4c8bb0693648f1092c5c9dc675fb19c14f
Raw diff: https://github.com/php/doc-en/commit/a6231c4c8bb0693648f1092c5c9dc675fb19c14f.diff

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

Changed paths:
  M  reference/posix/constants.xml


Diff:

diff --git a/reference/posix/constants.xml b/reference/posix/constants.xml
index 6b3a9e72ce2..23dd0071e3d 100644
--- a/reference/posix/constants.xml
+++ b/reference/posix/constants.xml
@@ -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>

-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic