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
STDOUT blocks infinitely under Windows when STDERR is filled
stream_get_contents() on STDOUT blocks infinitely under Windows when STDERR is filled under some circumstances.
Open STDERR in append mode ("a"), then this will work.
0 commit comments