Skip to content

Fixed SVN freezes

Kirill requested to merge github/fork/raspopov/patch-1 into master

Created by: raspopov

Reading empty STDERR in the block mode by stream_get_contents() really... blocks when SVN runs without any errors (at least under PHP7 and IIS from Windows Server 2012). This patch changes blocking mode to no-blocking and makes sure pipes operations runs in correct order.

Merge request reports

Loading