Remove hardcoded latest version for sqlsrv and pdo_sqlsrv
This commit is contained in:
parent
5aa416d77b
commit
04c15e2314
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@ get_sqlsrv_version() {
|
|||
elif [[ "${version:?}" =~ 7.4 ]]; then
|
||||
echo '5.10.1'
|
||||
else
|
||||
echo '5.11.1'
|
||||
# Return an empty string so that pecl will install the latest version.
|
||||
echo ''
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue