summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2005-12-21 22:44:04 +0000
committerFrank M. Kromann <fmk@php.net>2005-12-21 22:44:04 +0000
commit8560728ae081ae8bbb11ca86931d04d7af14e45d (patch)
treed6329a22599f1e0fd5d594e022c12149387f77d6 /php.ini-recommended
parent42a83a6fc97d3a1017f2230471c017b2ab0b5715 (diff)
downloadphp-git-8560728ae081ae8bbb11ca86931d04d7af14e45d.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 cb4d0c1938..1bc4bc3478 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -1103,6 +1103,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