Prepare pdo_sqlsrv/sqlsrv for PHP 7.4

Test: sqlsrv, pdo_sqlsrv
pull/42/head
Michele Locati 2019-10-10 16:43:54 +02:00
parent 08185e2fc3
commit 72d52be362
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 2 additions and 0 deletions

View File

@ -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)