File tree Expand file tree Collapse file tree 3 files changed +3
-91
lines changed
Expand file tree Collapse file tree 3 files changed +3
-91
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 177177 }
178178 }
179179 ' imagick' {
180- if ($phpVersion.FullVersion -ge [System.Version ]' 8.0.0' ) {
181- $additionalFiles += @ (Get-ChildItem - Path $tempFolder \CORE_RL_* .dll - File - Depth 1 )
182- $additionalFiles += @ (Get-ChildItem - Path $tempFolder \IM_MOD_RL_* .dll - File - Depth 1 )
183- $additionalFiles += @ (Get-ChildItem - Path $tempFolder \FILTER_* .dll - File - Depth 1 )
184- }
180+ $additionalFiles += @ (Get-ChildItem - Path $tempFolder \CORE_* .dll - File - Depth 1 )
181+ $additionalFiles += @ (Get-ChildItem - Path $tempFolder \IM_* .dll - File - Depth 1 )
182+ $additionalFiles += @ (Get-ChildItem - Path $tempFolder \FILTER_* .dll - File - Depth 1 )
185183 }
186184 ' yaml' {
187185 $yamlDll = Join-Path - Path $tempFolder - ChildPath ' yaml.dll'
Original file line number Diff line number Diff line change 5050 $wantedExtensionHandle = Get-PhpExtensionHandle - Name $wantedExtension
5151 Write-Verbose " Checking prerequisites for $wantedExtensionHandle "
5252 switch ($wantedExtensionHandle ) {
53- imagick {
54- Install-ImagickPrerequisite - PhpVersion $phpVersion - InstallPath $InstallPath
55- }
5653 default {
5754 Write-Verbose " No prerequisites needed for $wantedExtensionHandle "
5855 }
You can’t perform that action at this time.
0 commit comments