Update version of sqlsrv and pdo_sqlsrv extensions
This commit is contained in:
parent
7ad352e12a
commit
7205f47330
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# Function to get sqlsrv and pdo_sqlsrv version.
|
||||
get_sqlsrv_version() {
|
||||
if [[ "${version:?}" =~ 7.[0-2] ]]; then
|
||||
if [[ "${version:?}" =~ 7.[0-3] ]]; then
|
||||
echo '5.9.0'
|
||||
else
|
||||
echo '5.10.0beta2'
|
||||
echo '5.10.0'
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue