diff options
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist index eb671163e8..5e5436e46e 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -806,6 +806,9 @@ mssql.compatability_mode = Off ; Limits the number of records in each batch. 0 = all records in one batch. ;mssql.batchsize = 0 +; Use NT authentication when connecting to the server +mssql.secure_connection = Off + [Assertion] ; Assert(expr); active by default. ;assert.active = On |