From 5eb65a71a741a23a0aa133eb1b128ca19f678b41 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 10 Nov 2014 14:25:14 +0100 Subject: [PATCH] update UPGRADING.INTERNALS --- UPGRADING.INTERNALS | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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. + -- 2.50.1