Fix installing sqlsrv and pdo_sqlsrv (#717)

pull/718/head 2.1.7
Michele Locati 2023-03-07 10:29:43 +01:00 committed by GitHub
parent 8e6c81e421
commit 754abb72d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -3263,6 +3263,8 @@ installRemoteModule() {
installRemoteModule_version=5.8.1
elif test $PHP_MAJMIN_VERSION -le 703; then
installRemoteModule_version=5.9.0
elif test $PHP_MAJMIN_VERSION -le 704; then
installRemoteModule_version=5.10.1
fi
fi
;;