Merge pull request #40 from mlocati/odbc-php7.4

Prepare ODBC for PHP 7.4
pull/41/head
Michele Locati 2019-10-10 16:22:51 +02:00 committed by GitHub
commit 16212e2ff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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