From 4588d5d79ff917bba54222a64ccb6731d5bf0474 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sun, 15 Aug 2010 13:54:03 +0000 Subject: [PATCH] - #52607, fix ENV conflit with win SDK 7.1 --- win32/build/config.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.40.0