Skip to content

Commit

Permalink
Use 80 instead of 8
Browse files Browse the repository at this point in the history
sqlsrv_80_* or pdo_sqlsrv_80_* etc.
  • Loading branch information
yitam committed Jul 9, 2020
1 parent 44b085f commit af7c395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/buildtools.py
Expand Up @@ -99,7 +99,7 @@ def compiler_version(self, sdk_dir):
if self.vc == '':
VC = 'vc15'
version = self.version_label()
if version == '8': # Compiler version for PHP 8.0 or above
if version == '80': # Compiler version for PHP 8.0 or above
VC = 'vs16'
self.vc = VC
print('Compiler: ' + self.vc)
Expand Down

0 comments on commit af7c395

Please sign in to comment.