mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Prepare pdo_sqlsrv/sqlsrv for PHP 7.4
Test: sqlsrv, pdo_sqlsrv
This commit is contained in:
parent
08185e2fc3
commit
72d52be362
1 changed files with 2 additions and 0 deletions
|
@ -449,6 +449,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"
|
||||
fi
|
||||
;;
|
||||
pthreads)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue