We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7263dae commit 34e49ceCopy full SHA for 34e49ce
appveyor.yml
@@ -35,7 +35,7 @@ install:
35
# Get the MSSQL DLL's
36
- ps: >-
37
If ($env:PHP -eq "1") {
38
- $DLLVersion = "5.6.0"
+ $DLLVersion = "5.6.1"
39
cd c:\tools\php\ext
40
$source = "http://windows.php.net/downloads/pecl/releases/sqlsrv/$($DLLVersion)/php_sqlsrv-$($DLLVersion)-$($env:php_ver_target)-nts-vc15-x64.zip"
41
$destination = "c:\tools\php\ext\php_sqlsrv-$($DLLVersion)-$($env:php_ver_target)-nts-vc15-x64.zip"
0 commit comments