1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 16:42:41 +00:00

Fix installing sqlsrv and pdo_sqlsrv (#717)

This commit is contained in:
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

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
;;