mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-11-30 04:29:15 +01:00
Merge pull request #41 from mlocati/pdo_dblib-php7.4
Prepare pdo_dblib for PHP 7.4
This commit is contained in:
commit
08185e2fc3
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user