Merge pull request #138 from mlocati/fix-sqlsrv

Fix sqlsrv/pdo_sqlsrv because of recent changes
pull/142/head
Michele Locati 2020-04-16 14:29:52 +02:00 committed by GitHub
commit 8c843af12f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1152,8 +1152,8 @@ installPECLModule() {
# https://docs.microsoft.com/it-it/sql/connect/php/system-requirements-for-the-php-sql-driver?view=sql-server-2017 # https://docs.microsoft.com/it-it/sql/connect/php/system-requirements-for-the-php-sql-driver?view=sql-server-2017
if test $1 -le 700; then if test $1 -le 700; then
installPECLModule_actual="$2-5.3.0" installPECLModule_actual="$2-5.3.0"
elif test $1 -ge 704; then elif test $1 -le 701; then
installPECLModule_actual="$2-5.7.0preview" installPECLModule_actual="$2-5.6.1"
fi fi
;; ;;
propro) propro)