Skip to content

Commit b8ba945

Browse files
committed
missing socket constants
1 parent 8e69771 commit b8ba945

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

reference/sockets/constants.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2028,6 +2028,28 @@
20282028
</simpara>
20292029
</listitem>
20302030
</varlistentry>
2031+
<varlistentry xml:id="constant.socket-localcreds">
2032+
<term>
2033+
<constant>LOCAL_CREDS</constant>
2034+
(<type>int</type>)
2035+
</term>
2036+
<listitem>
2037+
<simpara>
2038+
Available as of PHP 8.2.0
2039+
</simpara>
2040+
</listitem>
2041+
</varlistentry>
2042+
<varlistentry xml:id="constant.socket-localcredspersistent">
2043+
<term>
2044+
<constant>LOCAL_CREDS_PERSISTENT</constant>
2045+
(<type>int</type>)
2046+
</term>
2047+
<listitem>
2048+
<simpara>
2049+
Available as of PHP 8.2.0
2050+
</simpara>
2051+
</listitem>
2052+
</varlistentry>
20312053
<varlistentry xml:id="constant.socket-skfadoff">
20322054
<term>
20332055
<constant>SKF_AD_OFF</constant>

0 commit comments

Comments
 (0)