File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 63
63
Invoke-WebRequest -UseBasicParsing -Uri https://download.oracle.com/otn_software/nt/instantclient/instantclient-sdk-$suffix.zip -OutFile $oci_dir\sdk.zip
64
64
Expand-Archive -Path $oci_dir\instantclient.zip -DestinationPath $oci_dir -Force
65
65
Expand-Archive -Path $oci_dir\sdk.zip -DestinationPath $oci_dir -Force
66
- Get-ChildItem $oci_dir | ?{ $_.PSIsContainer } | Rename-Item -NewName instantclient_12_1
66
+ Get-ChildItem $oci_dir | ?{ $_.PSIsContainer } | Rename-Item -NewName instantclient_19_9
67
67
- name : Patch Tools
68
68
run : |
69
69
$git_location="C:\Program Files\Git\cmd\git.exe"
Original file line number Diff line number Diff line change 63
63
Invoke-WebRequest -UseBasicParsing -Uri https://download.oracle.com/otn_software/nt/instantclient/instantclient-sdk-$suffix.zip -OutFile $oci_dir\sdk.zip
64
64
Expand-Archive -Path $oci_dir\instantclient.zip -DestinationPath $oci_dir -Force
65
65
Expand-Archive -Path $oci_dir\sdk.zip -DestinationPath $oci_dir -Force
66
- Get-ChildItem $oci_dir | ?{ $_.PSIsContainer } | Rename-Item -NewName instantclient_12_1
66
+ Get-ChildItem $oci_dir | ?{ $_.PSIsContainer } | Rename-Item -NewName instantclient_19_9
67
67
- name : Patch Tools
68
68
run : |
69
69
$git_location="C:\Program Files\Git\cmd\git.exe"
Original file line number Diff line number Diff line change 63
63
Invoke-WebRequest -UseBasicParsing -Uri https://download.oracle.com/otn_software/nt/instantclient/instantclient-sdk-$suffix.zip -OutFile $oci_dir\sdk.zip
64
64
Expand-Archive -Path $oci_dir\instantclient.zip -DestinationPath $oci_dir -Force
65
65
Expand-Archive -Path $oci_dir\sdk.zip -DestinationPath $oci_dir -Force
66
- Get-ChildItem $oci_dir | ?{ $_.PSIsContainer } | Rename-Item -NewName instantclient_12_1
66
+ Get-ChildItem $oci_dir | ?{ $_.PSIsContainer } | Rename-Item -NewName instantclient_19_9
67
67
- name : Patch Tools
68
68
run : |
69
69
$git_location="C:\Program Files\Git\cmd\git.exe"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ $semver = Invoke-RestMethod https://raw.githubusercontent.com/php/php-src/$branc
43
43
Invoke-WebRequest - UseBasicParsing - Uri " https://github.com/shivammathur/php-builder-windows/releases/download/php$Version /php-$semver$ts -Win32-vs16-$Architecture .zip" - OutFile $Path \master.zip
44
44
Expand-Archive - Path $Path \master.zip - DestinationPath $Path - Force
45
45
Copy-Item $Path \php.ini- production - Destination $Path \php.ini
46
- Move-Item - Path $Path \ext\php_oci8_12c .dll - Destination $Path \ext\php_oci8.dll - Force
46
+ Move-Item - Path $Path \ext\php_oci8 * .dll - Destination $Path \ext\php_oci8.dll - Force
47
47
$ts = ' nts'
48
48
if ($ThreadSafe ) {
49
49
$ts = ' ts'
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ if($Version -match '8.[0-1]') {
40
40
Expand-Archive - Path $Path \master.zip - DestinationPath $Path - Force
41
41
Copy-Item $Path \php.ini- production - Destination $Path \php.ini
42
42
}
43
- Move-Item - Path $Path \ext\php_oci8_12c .dll - Destination $Path \ext\php_oci8.dll - Force
43
+ Move-Item - Path $Path \ext\php_oci8 * .dll - Destination $Path \ext\php_oci8.dll - Force
44
44
$ts = ' nts'
45
45
if ($ThreadSafe ) {
46
46
$ts = ' ts'
You can’t perform that action at this time.
0 commit comments