From: Anatol Belski Date: Mon, 10 Nov 2014 13:25:14 +0000 (+0100) Subject: update UPGRADING.INTERNALS X-Git-Tag: PRE_NATIVE_TLS_MERGE~130^2~34^2~1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5eb65a71a741a23a0aa133eb1b128ca19f678b41;p=php update UPGRADING.INTERNALS --- diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 92cebc8db3..0c9080cc42 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -114,4 +114,17 @@ PHP 7.0 INTERNALS UPGRADE NOTES 2. Build system changes ======================== - + a. Unix build system changes + + b. Windows build system changes + + - Besides Visual Studio, building with Clang or Intel Composer is now + possible. To enable an alternative toolset, add the option + --with-toolset=[vs,clang,icc] to the configure line. The default + toolset is vs. Still clang or icc need the correct environment + which involves many tools from the vs toolset. + + AWARENESS The only recommended and supported toolset to produce production + ready binaries is Visual Studio. Still other compilers can be used now for + testing and analyzing purposes. +