You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: