Skip to content

Commit

Permalink
Merge pull request #3151 from photodude/patch-8
Browse files Browse the repository at this point in the history
MSSQL DLL 5.2.0 has been released.
  • Loading branch information
morozov authored May 16, 2018
2 parents 730fec4 + ffc0a6d commit 1f91c2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ install:
Add-Content php.ini "`n curl.cainfo=C:\tools\cacert\bundle.pem"
# Get and install the MSSQL DLL's
$DLLVersion = "5.2.0rc1"
$DLLVersion = "5.2.0"
cd c:\tools\php\ext
$source = "https://windows.php.net/downloads/pecl/releases/sqlsrv/$($DLLVersion)/php_sqlsrv-$($DLLVersion)-$($env:php)-nts-vc15-x64.zip"
$destination = "c:\tools\php\ext\php_sqlsrv-$($DLLVersion)-$($env:php)-nts-vc15-x64.zip"
Expand Down
2 changes: 1 addition & 1 deletion tests/travis/install-mssql-pdo_sqlsrv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -ex

echo "Installing extension"
pecl install pdo_sqlsrv-5.2.0RC1
pecl install pdo_sqlsrv-5.2.0
2 changes: 1 addition & 1 deletion tests/travis/install-mssql-sqlsrv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -ex

echo "Installing extension"
pecl install sqlsrv-5.2.0RC1
pecl install sqlsrv-5.2.0

0 comments on commit 1f91c2d

Please sign in to comment.