From de280bd3fb600bb8e9bcf16e3089844ba2a65750 Mon Sep 17 00:00:00 2001 From: Scott Buscemi Date: Wed, 10 Jan 2024 13:40:15 -0800 Subject: [PATCH] mssql php support clarification --- source/content/modules-plugins-known-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/content/modules-plugins-known-issues.md b/source/content/modules-plugins-known-issues.md index 857878f3ac..2de32ffa02 100644 --- a/source/content/modules-plugins-known-issues.md +++ b/source/content/modules-plugins-known-issues.md @@ -28,7 +28,7 @@ Due to the cloud-based infrastructure of the Pantheon platform, certain PHP libr ### MSSQL -The MSSQL PHP library used to interface with Microsoft SQL Server databases is not supported on Pantheon for PHP versions below 7.2. See [Upgrade PHP Versions](/guides/php/php-versions) to set your PHP version. Please note that Pantheon does not offer MSSQL databases, this library is only available for those connecting to external databases. +The MSSQL PHP library used to interface with Microsoft SQL Server databases is supported on Pantheon for PHP version 7.2 only. See [Upgrade PHP Versions](/guides/php/php-versions) to set your PHP version. Please note that Pantheon does not offer MSSQL databases, this library is only available for those connecting to external databases. ## Dynamic Outbound IPs