mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-09 23:24:41 +07:00
Move $arch_name to tools/blackfire.ps1
This commit is contained in:
@ -289,10 +289,8 @@ $master_version = '8.0'
|
||||
$cert_source='CurrentUser'
|
||||
|
||||
$arch = 'x64'
|
||||
$arch_name ='amd64'
|
||||
if(-not([Environment]::Is64BitOperatingSystem) -or $version -lt '7.0') {
|
||||
$arch = 'x86'
|
||||
$arch_name = '386'
|
||||
}
|
||||
|
||||
$ts = $env:PHPTS -eq 'ts'
|
||||
|
Reference in New Issue
Block a user