Merge pull request #41 from mlocati/pdo_dblib-php7.4

Prepare pdo_dblib for PHP 7.4
This commit is contained in:
Michele Locati 2019-10-10 16:31:25 +02:00 committed by GitHub
commit 08185e2fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"