From 6af3fa72d41da2e68a55408d5b0cb7774e719d6e Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Thu, 10 Oct 2019 16:19:17 +0200 Subject: [PATCH] Prepare ODBC for PHP 7.4 Test: odbc --- install-php-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-php-extensions b/install-php-extensions index 9504a5b..ffe3482 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -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