mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-12-02 09:27:58 +01:00
Prepare ODBC for PHP 7.4
Test: odbc
This commit is contained in:
parent
d44d5e3676
commit
6af3fa72d4
@ -337,7 +337,7 @@ installBundledModule () {
|
||||
;;
|
||||
odbc)
|
||||
case "$1" in
|
||||
506|700|701|702|703)
|
||||
506|700|701|702|703|704)
|
||||
docker-php-source extract
|
||||
cd /usr/src/php/ext/odbc
|
||||
phpize
|
||||
|
Loading…
Reference in New Issue
Block a user