Skip to content

Commit be0620a

Browse files
committed
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1: Sync for upcoming vc++ 15.6 version raise
2 parents 43c578b + 089a321 commit be0620a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

win32/build/confutils.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ VC_VERSIONS[1900] = 'MSVC14 (Visual C++ 2015)';
7272
VC_VERSIONS[1910] = 'MSVC15 (Visual C++ 2017)';
7373
VC_VERSIONS[1911] = 'MSVC15 (Visual C++ 2017)';
7474
VC_VERSIONS[1912] = 'MSVC15 (Visual C++ 2017)';
75+
VC_VERSIONS[1913] = 'MSVC15 (Visual C++ 2017)';
7576

7677
var VC_VERSIONS_SHORT = new Array();
7778
VC_VERSIONS_SHORT[1700] = 'VC11';
@@ -80,6 +81,7 @@ VC_VERSIONS_SHORT[1900] = 'VC14';
8081
VC_VERSIONS_SHORT[1910] = 'VC15';
8182
VC_VERSIONS_SHORT[1911] = 'VC15';
8283
VC_VERSIONS_SHORT[1912] = 'VC15';
84+
VC_VERSIONS_SHORT[1913] = 'VC15';
8385

8486
if (PROGRAM_FILES == null) {
8587
PROGRAM_FILES = "C:\\Program Files";

0 commit comments

Comments
 (0)