diff options
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 3 |
1 files changed, 3 insertions, 0 deletions
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 |