Skip to content

[WIP] Use socket pipes on Windows with PHP 8+ #57

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

clue
Copy link
Owner

@clue clue commented Jan 11, 2022

Builds on top of #55 and #13

@clue clue added the new feature New feature or request label Jan 11, 2022
@clue
Copy link
Owner Author

clue commented Jan 11, 2022

Closing this as the child process can not set STDIN/STDOUT to non-blocking mode on Windows even when the parent uses a socket in place of a normal pipe. Windows does already work without this change and this was filed in the hope to use a more consistent behavior on Windows, but it looks like we need to keep the current logic in place also looking forward.

Refs reactphp/child-process#85 / reactphp/child-process#90

@clue clue closed this Jan 11, 2022
@clue clue deleted the windows branch January 11, 2022 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant