From 69cb431ec647aa5516944ddb8496d36f6d0aba0d Mon Sep 17 00:00:00 2001 From: patrick1100 <90774296+patrick1100@users.noreply.github.com> Date: Mon, 28 Aug 2023 13:31:39 +0200 Subject: [PATCH] Document `driverOptions` for SQL Server connections (#6140) | Q | A |------------- | ----------- | Type | improvement | Fixed issues | none #### Summary Add missing information about driverOptions parameter for sqlsrv connections --- docs/en/reference/configuration.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/reference/configuration.rst b/docs/en/reference/configuration.rst index ebdf3b1e8fa..efbb104008f 100644 --- a/docs/en/reference/configuration.rst +++ b/docs/en/reference/configuration.rst @@ -316,6 +316,7 @@ pdo_sqlsrv / sqlsrv - ``host`` (string): Hostname of the database to connect to. - ``port`` (integer): Port of the database to connect to. - ``dbname`` (string): Name of the database/schema to connect to. +- ``driverOptions`` (array): Any supported options found on `https://learn.microsoft.com/en-us/sql/connect/php/connection-options` ibm_db2 ^^^^^^^