Commit ffc0a6d7 authored by Walt Sorensen's avatar Walt Sorensen Committed by photodude

MSSQL DLL 5.2.0 has been released.

parent 7021bdf7
......@@ -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"
......
......@@ -3,4 +3,4 @@
set -ex
echo "Installing extension"
pecl install pdo_sqlsrv-5.2.0RC1
pecl install pdo_sqlsrv-5.2.0
......@@ -3,4 +3,4 @@
set -ex
echo "Installing extension"
pecl install sqlsrv-5.2.0RC1
pecl install sqlsrv-5.2.0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment