Skip to content

Commit aa409f4

Browse files
authored
Merge pull request joomla#87 from photodude/patch-2
use Joomla location for the php5.6 SQLSRV dll file
2 parents c8b5b12 + f53df95 commit aa409f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ install:
3232
} Else {
3333
appveyor-retry cinst --params '""/InstallDir:C:\tools\php""' --ignore-checksums -y php --version ((choco search php --exact --all-versions -r | select-string -pattern $env:php_ver_target | sort { [version]($_ -split '\|' | select -last 1) } -Descending | Select-Object -first 1) -replace '[php|]','')
3434
}
35-
- cinst -y sqlite
35+
- appveyor-retry cinst -y sqlite
3636
- cd c:\tools\php
3737
# Get the MSSQL DLL's
3838
- ps: >-
3939
If ($env:PHP -eq "1") {
4040
If ($env:php_ver_target -eq "5.6") {
41-
appveyor DownloadFile https://files.nette.org/misc/php-sqlsrv.zip
41+
appveyor DownloadFile https://cdn.joomla.org/ci/php-sqlsrv.zip
4242
7z x php-sqlsrv.zip > $null
4343
copy SQLSRV\php_sqlsrv_56_nts.dll ext\php_sqlsrv_nts.dll
4444
copy SQLSRV\php_pdo_sqlsrv_56_nts.dll ext\php_pdo_sqlsrv_nts.dll

0 commit comments

Comments
 (0)