mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-12-03 09:57:52 +01:00
Merge pull request #42 from mlocati/sqlsrv-php7.4
Prepare pdo_sqlsrv/sqlsrv for PHP 7.4
This commit is contained in:
commit
eada447420
@ -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
|
# 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
|
if test $1 -le 700; then
|
||||||
installPECLModule_actual="${2}-5.3.0"
|
installPECLModule_actual="${2}-5.3.0"
|
||||||
|
elif test $1 -ge 704; then
|
||||||
|
installPECLModule_actual="${2}-5.7.0preview"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
pthreads)
|
pthreads)
|
||||||
|
Loading…
Reference in New Issue
Block a user