mirror of
https://github.com/php-win-ext/php-sdk-binary-tools.git
synced 2026-04-29 12:03:15 +02:00
Allow down to vc11
It still can be coupled with sdk 8.1, so while no particularly practical for PHP, still might be useful. We still keep on vc14 as lowest for PHP.
This commit is contained in:
@@ -24,7 +24,7 @@ if ""=="%PHP_SDK_VC:~2%" (
|
||||
goto malformed_vc_string
|
||||
)
|
||||
set /a TMP_CHK=%PHP_SDK_VC:~2%
|
||||
if 14 gtr %TMP_CHK% (
|
||||
if 11 gtr %TMP_CHK% (
|
||||
if "0"=="%TMP_CHK%" (
|
||||
if not "0"=="%PHP_SDK_VC:~2%" (
|
||||
set TMP_CHK=
|
||||
|
||||
Reference in New Issue
Block a user