From: Pierre Joye Date: Sun, 15 Aug 2010 13:54:03 +0000 (+0000) Subject: - #52607, fix ENV conflit with win SDK 7.1 X-Git-Tag: php-5.3.4RC1~355 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4588d5d79ff917bba54222a64ccb6731d5bf0474;p=php - #52607, fix ENV conflit with win SDK 7.1 --- diff --git a/win32/build/config.w32 b/win32/build/config.w32 index 16ffaafc1b..9fbd6eb8db 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -24,7 +24,7 @@ DEFINE("PHP_COMPILER_SHORT", VC_VERSIONS_SHORT[VCVERS]); AC_DEFINE('PHP_COMPILER_ID', VC_VERSIONS_SHORT[VCVERS], "Compiler compatibility ID"); // do we use x64 or 80x86 version of compiler? -X64 = probe_binary(PHP_CL, 64); +X64 = probe_binary(PHP_CL, 64, null, 'PHP_CL'); if (X64) { STDOUT.WriteLine(" Detected 64-bit compiler"); } else {