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
More details and upgrade guides can be found in the [CHANGELOG](CHANGELOG.md).
557
557
558
+
Note that *Microsoft Windows is not supported*.
559
+
Due to platform inconsistencies, PHP does not provide support for reading from
560
+
standard console input without blocking.
561
+
Unfortunately, until the underlying PHP feature request is implemented (which
562
+
is unlikely to happen any time soon), there's little we can do in this library.
563
+
A work-around for this remains unknown.
564
+
Your only option would be to entirely
565
+
[disable interactive input for Microsoft Windows](https://github.com/clue/psocksd/commit/c2f2f90ffc8ebf8233839ba2f3553f2698930125).
566
+
However this package does work on [`Windows Subsystem for Linux`](https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux)
567
+
(or WSL) without issues. We suggest [installing WSL](https://msdn.microsoft.com/en-us/commandline/wsl/install_guide)
568
+
when you want to run this package on Windows.
569
+
See also [#18](https://github.com/clue/php-stdio-react/issues/18) for more details.
570
+
558
571
## Tests
559
572
560
573
To run the test suite, you first need to clone this repo and then install all
0 commit comments