Skip to content

Commit ff5efae

Browse files
authored
[PHP 8.4] - Add new POSIX constants (#4072)
1 parent 51779f7 commit ff5efae

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
@@ -561,6 +561,30 @@
561561
</simpara>
562562
</listitem>
563563
</varlistentry>
564+
<varlistentry xml:id="constant.posix-sc-child-max">
565+
<term>
566+
<constant>POSIX_SC_CHILD_MAX</constant>
567+
(<type>int</type>)
568+
</term>
569+
<listitem>
570+
<simpara>
571+
The maximum number of simultaneous processes per user.
572+
Available as of PHP 8.4.0.
573+
</simpara>
574+
</listitem>
575+
</varlistentry>
576+
<varlistentry xml:id="constant.posix-sc-clk-tk">
577+
<term>
578+
<constant>POSIX_SC_CLK_TK</constant>
579+
(<type>int</type>)
580+
</term>
581+
<listitem>
582+
<simpara>
583+
The number of clock ticks per second.
584+
Available as of PHP 8.4.0.
585+
</simpara>
586+
</listitem>
587+
</varlistentry>
564588
</variablelist>
565589
</section>
566590
</appendix>

0 commit comments

Comments
 (0)