mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Add vc++ 19.12 to the known list
This commit is contained in:
parent
c069db52ae
commit
2d7bea0462
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,7 @@ VC_VERSIONS[1800] = 'MSVC12 (Visual C++ 2013)';
|
|||
VC_VERSIONS[1900] = 'MSVC14 (Visual C++ 2015)';
|
||||
VC_VERSIONS[1910] = 'MSVC15 (Visual C++ 2017)';
|
||||
VC_VERSIONS[1911] = 'MSVC15 (Visual C++ 2017)';
|
||||
VC_VERSIONS[1912] = 'MSVC15 (Visual C++ 2017)';
|
||||
|
||||
var VC_VERSIONS_SHORT = new Array();
|
||||
VC_VERSIONS_SHORT[1700] = 'VC11';
|
||||
|
@ -78,6 +79,7 @@ VC_VERSIONS_SHORT[1800] = 'VC12';
|
|||
VC_VERSIONS_SHORT[1900] = 'VC14';
|
||||
VC_VERSIONS_SHORT[1910] = 'VC15';
|
||||
VC_VERSIONS_SHORT[1911] = 'VC15';
|
||||
VC_VERSIONS_SHORT[1912] = 'VC15';
|
||||
|
||||
if (PROGRAM_FILES == null) {
|
||||
PROGRAM_FILES = "C:\\Program Files";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue