Skip to content

Commit 3e40f66

Browse files
committed
Merge branch 'PHP-7.2'
* PHP-7.2: Sync for upcoming vc++ 15.6 version raise
2 parents b4412e0 + be0620a commit 3e40f66

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
@@ -75,6 +75,7 @@ VC_VERSIONS[1900] = 'MSVC14 (Visual C++ 2015)';
7575
VC_VERSIONS[1910] = 'MSVC15 (Visual C++ 2017)';
7676
VC_VERSIONS[1911] = 'MSVC15 (Visual C++ 2017)';
7777
VC_VERSIONS[1912] = 'MSVC15 (Visual C++ 2017)';
78+
VC_VERSIONS[1913] = 'MSVC15 (Visual C++ 2017)';
7879

7980
var VC_VERSIONS_SHORT = new Array();
8081
VC_VERSIONS_SHORT[1700] = 'VC11';
@@ -83,6 +84,7 @@ VC_VERSIONS_SHORT[1900] = 'VC14';
8384
VC_VERSIONS_SHORT[1910] = 'VC15';
8485
VC_VERSIONS_SHORT[1911] = 'VC15';
8586
VC_VERSIONS_SHORT[1912] = 'VC15';
87+
VC_VERSIONS_SHORT[1913] = 'VC15';
8688

8789
if (PROGRAM_FILES == null) {
8890
PROGRAM_FILES = "C:\\Program Files";

0 commit comments

Comments
 (0)