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:
parent
8e6c81e421
commit
754abb72d7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue