]> granicus.if.org Git - php/commitdiff
better description for the toolset config option
authorAnatol Belski <ab@php.net>
Mon, 10 Nov 2014 09:57:27 +0000 (10:57 +0100)
committerAnatol Belski <ab@php.net>
Mon, 10 Nov 2014 09:58:21 +0000 (10:58 +0100)
win32/build/config.w32
win32/build/config.w32.phpize.in

index 7187eacca1499e10a141c34a6e6eb5b16e589d84..e89b805973f8a05d7901ea5cda8a820d3d0d6066 100644 (file)
@@ -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');
index 5a7f31d5d443e85a734b60ce761763b99f215138..da6f6ebae88ee632b1881ae07667f69e1cb8ac4b 100644 (file)
@@ -3,7 +3,9 @@
 // "Master" config file; think of it as a configure.in\r
 // equivalent.\r
 \r
-ARG_WITH("toolset", "Toolset to use for the compilation, supported: vs, clang, icc", "vs");\r
+ARG_WITH("toolset", "Toolset to use for the compilation, give: vs, clang, icc. " +\r
+               "The only recommended and supported toolset for production use " +\r
+               "is Visual Studio. Use others at your own risk.", "vs");\r
 toolset_option_handle()\r
 \r
 var PHP_CYGWIN="notset";\r