From: Anatol Belski Date: Mon, 10 Nov 2014 09:57:27 +0000 (+0100) Subject: better description for the toolset config option X-Git-Tag: PRE_NATIVE_TLS_MERGE~130^2~34^2~1^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=744fb45217b9175b086350f503812f8946da2217;p=php better description for the toolset config option --- diff --git a/win32/build/config.w32 b/win32/build/config.w32 index 7187eacca1..e89b805973 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -3,7 +3,9 @@ // "Master" config file; think of it as a configure.in // equivalent. -ARG_WITH("toolset", "Toolset to use for the compilation, supported: vs, clang, icc", "vs"); +ARG_WITH("toolset", "Toolset to use for the compilation, give: vs, clang, icc. " + + "The only recommended and supported toolset for production use " + + "is Visual Studio. Use others at your own risk.", "vs"); toolset_option_handle(); ARG_WITH('cygwin', 'Path to cygwin utilities on your system', '\\cygwin'); diff --git a/win32/build/config.w32.phpize.in b/win32/build/config.w32.phpize.in index 5a7f31d5d4..da6f6ebae8 100644 --- a/win32/build/config.w32.phpize.in +++ b/win32/build/config.w32.phpize.in @@ -3,7 +3,9 @@ // "Master" config file; think of it as a configure.in // equivalent. -ARG_WITH("toolset", "Toolset to use for the compilation, supported: vs, clang, icc", "vs"); +ARG_WITH("toolset", "Toolset to use for the compilation, give: vs, clang, icc. " + + "The only recommended and supported toolset for production use " + + "is Visual Studio. Use others at your own risk.", "vs"); toolset_option_handle() var PHP_CYGWIN="notset";