-
Notifications
You must be signed in to change notification settings - Fork 842
socket_get_option/socket_set_option SO_ACCEPTFILTER constant introduc… #656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thank you! This will be only available as of PHP 8.1.0, right? |
|
yes indeed :-) |
|
Fine! We should also add: reference/sockets/constants.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/reference/sockets/constants.xml b/reference/sockets/constants.xml
index a9eefc3826..a9ca6571f8 100644
--- a/reference/sockets/constants.xml
+++ b/reference/sockets/constants.xml
@@ -347,6 +347,17 @@
</simpara>
</listitem>
</varlistentry>
+ <varlistentry xml:id="constant.so-acceptfilter">
+ <term>
+ <constant>SO_ACCEPTFILTER</constant>
+ (<type>string</type>)
+ </term>
+ <listitem>
+ <simpara>
+ Available as of PHP 8.1.0.
+ </simpara>
+ </listitem>
+ </varlistentry>
<varlistentry xml:id="constant.sol-socket">
<term>
<constant>SOL_SOCKET</constant> |
11bbe04 to
ca0099a
Compare
cmb69
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Merge will have to wait , though.
ca0099a to
c9a1841
Compare
saundefined
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thank you!
my 2 cents
168db52 to
a1d065b
Compare
ec085ae to
f68c0c1
Compare
Co-authored-by: Sergey Panteleev <sergey@php.net>
f68c0c1 to
a49116c
Compare
|
@cmb69 is it time to merge the PR? |
Co-authored-by: Sergey Panteleev <sergey@php.net> Closes phpGH-656.
…tion.