From: Kalle Sommer Nielsen Date: Fri, 7 Jul 2017 02:15:13 +0000 (+0200) Subject: Write the URL on a new line, so that it is easier copyable X-Git-Tag: php-7.2.0beta1~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5f83f3426f6920bfd5814b85c6fd6ffcffcdddb;p=php Write the URL on a new line, so that it is easier copyable --- diff --git a/win32/build/confutils.js b/win32/build/confutils.js index 7b3cbb522c..3b45d6507f 100644 --- a/win32/build/confutils.js +++ b/win32/build/confutils.js @@ -3389,7 +3389,7 @@ function check_binary_tools_sdk() /* Basic test, extend by need. */ if (BIN_TOOLS_SDK_VER_MAJOR < 2) { - ERROR("Incompatible binary tools version. Please consult https://wiki.php.net/internals/windows/stepbystepbuild_sdk_2"); + ERROR("Incompatible binary tools version. Please consult\r\nhttps://wiki.php.net/internals/windows/stepbystepbuild_sdk_2"); } }