]> granicus.if.org Git - php/commitdiff
- #52607, fix ENV conflit with win SDK 7.1
authorPierre Joye <pajoye@php.net>
Sun, 15 Aug 2010 13:54:03 +0000 (13:54 +0000)
committerPierre Joye <pajoye@php.net>
Sun, 15 Aug 2010 13:54:03 +0000 (13:54 +0000)
win32/build/config.w32

index 16ffaafc1bd49d2ff2685a0272f86a171862cc82..9fbd6eb8dbd23269a2c00cf536d0956286da24b8 100644 (file)
@@ -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 {