sockets ext for solaris update. - #8191
Closed
devnexen wants to merge 1 commit into
Closed
Conversation
devnexen
force-pushed
the
solaris_socket_sol_filter
branch
from
March 11, 2022 16:49
5cfa497 to
8dd8262
Compare
Member
|
Thanks, this looks like a reasonable addition (albeit only for Solaris). Do you happen to know any online documentation of this feature? That could be helpful for the doc team later. |
Member
Author
|
ah good question, there is not really "documentation" about this only I stumbled across when I looked up solaris kernel modules then read illumos source code and this is how I knew about the 32 filters "limit" :-) |
cmb69
reviewed
Apr 4, 2022
Member
|
Okay; I found some other info about |
devnexen
force-pushed
the
solaris_socket_sol_filter
branch
from
April 4, 2022 15:20
8dd8262 to
cfc35c3
Compare
socket filter support, system can support up to 32 filters giving the possibility to retrive the full list.
Member
Author
|
@cmb69 does it looks ok ? :) |
adrian-enspired
pushed a commit
to adrian-enspired/php-src
that referenced
this pull request
Aug 4, 2026
socket filter support, system can support up to 32 filters giving the possibility to retrive the full list. Closes php#8191.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
socket filter support, system can support up to 32 filters giving the possibility to retrive the full list.