From dc9a30ed5fa8666dd5a1c0b21cedb0e4c958c5a3 Mon Sep 17 00:00:00 2001 From: cytopia Date: Sat, 30 Nov 2019 23:15:35 +0100 Subject: [PATCH] Fixes #592 sqlsrv connection problem --- CHANGELOG.md | 1 + cfg/php-startup-7.1/02-ms-odbc-driver.sh-example | 2 +- cfg/php-startup-7.2/02-ms-odbc-driver.sh-example | 2 +- cfg/php-startup-7.3/02-ms-odbc-driver.sh-example | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ec35796..e478b574 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ major versions. #### Fixed - [#622](https://github.com/cytopia/devilbox/issues/622) Certificate Generation Settings - [#640](https://github.com/cytopia/devilbox/issues/640) Mac OS Catalina invalidates virtual host certificates +- [#592](https://github.com/cytopia/devilbox/issues/592) sqlsrv connection problem #### Added - Added latest PHP-FPM images diff --git a/cfg/php-startup-7.1/02-ms-odbc-driver.sh-example b/cfg/php-startup-7.1/02-ms-odbc-driver.sh-example index a439457c..04e0e72e 100755 --- a/cfg/php-startup-7.1/02-ms-odbc-driver.sh-example +++ b/cfg/php-startup-7.1/02-ms-odbc-driver.sh-example @@ -26,7 +26,7 @@ ACCEPT_EULA=N ### ### Where to retrieve the deb package ### -MSODBC_URL="https://packages.microsoft.com/debian/8/prod/pool/main/m/msodbcsql17/" +MSODBC_URL="https://packages.microsoft.com/debian/9/prod/pool/main/m/msodbcsql17/" ### diff --git a/cfg/php-startup-7.2/02-ms-odbc-driver.sh-example b/cfg/php-startup-7.2/02-ms-odbc-driver.sh-example index a439457c..04e0e72e 100755 --- a/cfg/php-startup-7.2/02-ms-odbc-driver.sh-example +++ b/cfg/php-startup-7.2/02-ms-odbc-driver.sh-example @@ -26,7 +26,7 @@ ACCEPT_EULA=N ### ### Where to retrieve the deb package ### -MSODBC_URL="https://packages.microsoft.com/debian/8/prod/pool/main/m/msodbcsql17/" +MSODBC_URL="https://packages.microsoft.com/debian/9/prod/pool/main/m/msodbcsql17/" ### diff --git a/cfg/php-startup-7.3/02-ms-odbc-driver.sh-example b/cfg/php-startup-7.3/02-ms-odbc-driver.sh-example index a439457c..04e0e72e 100755 --- a/cfg/php-startup-7.3/02-ms-odbc-driver.sh-example +++ b/cfg/php-startup-7.3/02-ms-odbc-driver.sh-example @@ -26,7 +26,7 @@ ACCEPT_EULA=N ### ### Where to retrieve the deb package ### -MSODBC_URL="https://packages.microsoft.com/debian/8/prod/pool/main/m/msodbcsql17/" +MSODBC_URL="https://packages.microsoft.com/debian/9/prod/pool/main/m/msodbcsql17/" ###