File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ $file = "php-$semver$ts-Win32-$vs-$Architecture.zip"
8080$repo = " shivammathur/php-builder-windows"
8181Get-File - Url " https://github.com/$repo /releases/download/php$Version /$file " - FallbackUrl " https://dl.cloudsmith.io/public/$repo /raw/files/$file " - OutFile $Path \master.zip - Retries 3
8282Expand-Archive - Path $Path \master.zip - DestinationPath $Path - Force
83+ Remove-Item - Path $Path \master.zip
8384Copy-Item $Path \php.ini- production - Destination $Path \php.ini
8485Move-Item - Path $Path \ext\php_oci8* .dll - Destination $Path \ext\php_oci8.dll - Force
8586$ts = ' nts'
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ if($Version -match '8.[0-4]') {
7474 $repo = " shivammathur/php-builder-windows"
7575 Get-File - Url " https://github.com/$repo /releases/download/php$Version /$file " - FallbackUrl " https://dl.cloudsmith.io/public/$repo /raw/files/$file " - OutFile $Path \master.zip - Retries 3
7676 Expand-Archive - Path $Path \master.zip - DestinationPath $Path - Force
77+ Remove-Item - Path $Path \master.zip
7778 Copy-Item $Path \php.ini- production - Destination $Path \php.ini
7879}
7980Move-Item - Path $Path \ext\php_oci8* .dll - Destination $Path \ext\php_oci8.dll - Force
You can’t perform that action at this time.
0 commit comments