Skip to content

Commit 5587845

Browse files
committed
PHP 8.1 | MigrationGuide/New constants: add missing constants [3]
> Added `POSIX_RLIMIT_KQUEUES` and `POSIX_RLIMIT_NPTS`. These rlimits are only available on FreeBSD. Refs: * https://www.php.net/manual/en/migration81.new-features.php#migration81.new-features.posix * php/php-src#6608 * php/php-src@ebca8de
1 parent 4ddc792 commit 5587845

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

appendices/migration81/constants.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,19 @@
6363
</itemizedlist>
6464
</sect2>
6565

66+
<sect2 xml:id="migration81.constants.posix">
67+
<title>POSIX</title>
68+
69+
<itemizedlist>
70+
<listitem>
71+
<simpara><constant>POSIX_RLIMIT_KQUEUES</constant></simpara>
72+
</listitem>
73+
<listitem>
74+
<simpara><constant>POSIX_RLIMIT_NPTS</constant></simpara>
75+
</listitem>
76+
</itemizedlist>
77+
</sect2>
78+
6679
<sect2 xml:id="migration81.constants.sockets">
6780
<title>Sockets</title>
6881

0 commit comments

Comments
 (0)