mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-12-02 09:27:58 +01:00
Fix sqlsrv/pdo_sqlsrv because of recent changes
Test: pdo_sqlsrv, sqlsrv
This commit is contained in:
parent
267eea1255
commit
347a4d482c
@ -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
|
||||
if test $1 -le 700; then
|
||||
installPECLModule_actual="$2-5.3.0"
|
||||
elif test $1 -ge 704; then
|
||||
installPECLModule_actual="$2-5.7.0preview"
|
||||
elif test $1 -le 701; then
|
||||
installPECLModule_actual="$2-5.6.1"
|
||||
fi
|
||||
;;
|
||||
propro)
|
||||
|
Loading…
Reference in New Issue
Block a user