Fixed SVN freezes
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.