summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended9
1 files changed, 7 insertions, 2 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index 0f8078e95..9eba2c20a 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -197,7 +197,7 @@ implicit_flush = Off
; The unserialize callback function will be called (with the undefined class'
; name as parameter), if the unserializer finds an undefined class
-; which should be instanciated.
+; which should be instantiated.
; A warning appears if the specified function is not defined, or if the
; function doesn't include/implement the missing class.
; So only set this entry, if you really want to implement such a
@@ -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
@@ -1160,7 +1165,7 @@ pfpro.defaulttimeout = 30
; registered as output buffer to function
;mbstring.http_output = SJIS
-; enable automatic encoding translation accoding to
+; enable automatic encoding translation according to
; mbstring.internal_encoding setting. Input chars are
; converted to internal encoding by setting this to On.
; Note: Do _not_ use automatic encoding translation for