summaryrefslogtreecommitdiff
path: root/php.ini-recommended
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-recommended
parent970298401b4f7b0fd63a8a68cf1cee8000b89c2c (diff)
downloadphp-git-a7d2ac4189f536386c43d7e806b6e45a46c758d5.tar.gz
Fix #35730 Use correct character encoding with FreeTDS
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended5
1 files changed, 5 insertions, 0 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index 0f8078e951..65625975f5 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -1093,6 +1093,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