Prepare pdo_dblib for PHP 7.4

Test: pdo_dblib
pull/41/head
Michele Locati 2019-10-10 16:26:00 +02:00
parent 16212e2ff8
commit f6bb6603b2
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ installBundledModule () {
;;
mssql|pdo_dblib)
case "$1" in
506|700|701|702|703)
506|700|701|702|703|704)
if ! test -f /usr/lib/libsybdb.so; then
ln -s /usr/lib/x86_64-linux-gnu/libsybdb.so /usr/lib/libsybdb.so
UNNEEDED_APT_PACKAGE_LINKS="${UNNEEDED_APT_PACKAGE_LINKS} /usr/lib/libsybdb.so"