diff options
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist index eefaf9f22b..426d4c30a1 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -1046,6 +1046,11 @@ mssql.secure_connection = Off ; FreeTDS defaults to 4096 ;mssql.max_procs = -1 +; Specify client character set. +; If empty or not set the client charset from freetds.comf is used +; This is only used when compiled with FreeTDS +;mssql.charset = "ISO-8859-1" + [Assertion] ; Assert(expr); active by default. ;assert.active = On |