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
Job: utilized PHP 8.5 stream_select() fix for true parallel execution on Windows
PHP 8.5 fixed stream_select() to work with proc_open() pipes on Windows
(PeekNamedPipe fix). This allows non-blocking check before reading stdout,
enabling true parallel test execution.
0 commit comments