Skip to content

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

Closed
clue wants to merge 1 commit into
clue:masterfrom
clue-labs:windows
Closed

[WIP] Use socket pipes on Windows with PHP 8+#57
clue wants to merge 1 commit into
clue:masterfrom
clue-labs:windows

Conversation

@clue

@clueclue commented Jan 11, 2022

Copy link
Copy Markdown
Owner

Builds on top of #55 and #13

@clueclue added the new feature New feature or request label Jan 11, 2022
@clue

clue commented Jan 11, 2022

Copy link
Copy Markdown
OwnerAuthor

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

@clueclue closed this Jan 11, 2022
@clue
clue deleted the windows branch January 11, 2022 09:19
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new featureNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@clue