Unverified Commit 1f91c2d8 authored by Sergei Morozov's avatar Sergei Morozov Committed by GitHub

Merge pull request #3151 from photodude/patch-8

MSSQL DLL 5.2.0 has been released.
parents 730fec42 ffc0a6d7
...@@ -69,7 +69,7 @@ install: ...@@ -69,7 +69,7 @@ install:
Add-Content php.ini "`n curl.cainfo=C:\tools\cacert\bundle.pem" Add-Content php.ini "`n curl.cainfo=C:\tools\cacert\bundle.pem"
# Get and install the MSSQL DLL's # Get and install the MSSQL DLL's
$DLLVersion = "5.2.0rc1" $DLLVersion = "5.2.0"
cd c:\tools\php\ext cd c:\tools\php\ext
$source = "https://windows.php.net/downloads/pecl/releases/sqlsrv/$($DLLVersion)/php_sqlsrv-$($DLLVersion)-$($env:php)-nts-vc15-x64.zip" $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" $destination = "c:\tools\php\ext\php_sqlsrv-$($DLLVersion)-$($env:php)-nts-vc15-x64.zip"
......
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
set -ex set -ex
echo "Installing extension" echo "Installing extension"
pecl install pdo_sqlsrv-5.2.0RC1 pecl install pdo_sqlsrv-5.2.0
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
set -ex set -ex
echo "Installing extension" 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