summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2005-12-21 22:43:06 +0000
committerFrank M. Kromann <fmk@php.net>2005-12-21 22:43:06 +0000
commita7d2ac4189f536386c43d7e806b6e45a46c758d5 (patch)
tree7e5411a75177d5edfac9d2aaee47c430ba427add /php.ini-dist
parent970298401b4f7b0fd63a8a68cf1cee8000b89c2c (diff)
downloadphp-git-a7d2ac4189f536386c43d7e806b6e45a46c758d5.tar.gz
Fix #35730 Use correct character encoding with FreeTDS
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist5
1 files changed, 5 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist
index 55613d7a57..e1405ada52 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -1035,6 +1035,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