diff options
-rw-r--r-- | php.ini-dist | 3 | ||||
-rw-r--r-- | php.ini-recommended | 3 |
2 files changed, 6 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 diff --git a/php.ini-recommended b/php.ini-recommended index 697dec6771..00abe70029 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -813,6 +813,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 |