Skip to content

Commit 34e49ce

Browse files
committed
Update appveyor.yml
1 parent 7263dae commit 34e49ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ install:
3535
# Get the MSSQL DLL's
3636
- ps: >-
3737
If ($env:PHP -eq "1") {
38-
$DLLVersion = "5.6.0"
38+
$DLLVersion = "5.6.1"
3939
cd c:\tools\php\ext
4040
$source = "http://windows.php.net/downloads/pecl/releases/sqlsrv/$($DLLVersion)/php_sqlsrv-$($DLLVersion)-$($env:php_ver_target)-nts-vc15-x64.zip"
4141
$destination = "c:\tools\php\ext\php_sqlsrv-$($DLLVersion)-$($env:php_ver_target)-nts-vc15-x64.zip"

0 commit comments

Comments
 (0)