Skip to content

Windows support via socket I/O instead of process pipe I/O #3

Closed
@clue

Description

@clue

The first version uses process pipes for I/O which works just fine on Unix-like systems. However, PHP on Windows does not currentl allow non-blocking access to process pipes (reactphp/child-process#9) and this is unlikely to change any time soon. As an alternative, we should provide a way to use sockets instead on Windows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needednew featureNew feature or request

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions