Skip to content

ext/sockets: adding SO_NOSIGPIPE constant. #14065

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

Closed
wants to merge 1 commit into from

Conversation

devnexen
Copy link
Member

@devnexen devnexen commented Apr 28, 2024

it s the macOs way to disable the SIGPIPE signal emission, same
as doing signal(SIGPIPE, SIG_IGN) but on the socket level.

it s the macOs way to disable the SIGPIPE signal emission, same
 as doing `signal(SIGPIPE, SI_IGN)` but on the socket level.
@devnexen devnexen closed this in b147a22 Apr 28, 2024
devnexen added a commit to devnexen/php-src that referenced this pull request Apr 28, 2024
freebsd supports SO_NOSIGPIPE too.
devnexen added a commit that referenced this pull request Apr 28, 2024
freebsd supports SO_NOSIGPIPE too.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants